foxphpbomb
Programmer
I have to sort a result by a datetime field so that it will show records for the past 24 hours and also for the past 7 days. I need 2 modified sql queries of the one below.
select * from table ORDER by datettimefield DESC
select * from table ORDER by datettimefield DESC