MasterMax1313
New Member
- Messages
- 84
- Reaction score
- 0
- Points
- 0
I've got an SQL statement
SELECT * FROM MINUTES ORDER BY Mod_Date DESC LIMIT 0, 10;
where Mod_Date is a date data type. as you can probably see what I want to do is sort the output in descending order by date. this however is apparently not the way to do so. so can anyone lend a hand with figuring this out?
SELECT * FROM MINUTES ORDER BY Mod_Date DESC LIMIT 0, 10;
where Mod_Date is a date data type. as you can probably see what I want to do is sort the output in descending order by date. this however is apparently not the way to do so. so can anyone lend a hand with figuring this out?