in reply to MySQL, UNIX_TIMESTAMP() and Perl's time()
Why not?
The code is untested.SELECT * FROM YOURTABLE WHERE YOURCOL + 48 * 3600 > UNIX_TIMESTAMP();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: MySQL, UNIX_TIMESTAMP() and Perl's time()
by Rhandom (Curate) on May 16, 2003 at 15:07 UTC |