- Joined
- 7/25/10
- Messages
- 862
- Points
- 38
Ah, right, otherwise BETWEEN UNIX_TIMESTAMP( wouldn't even make sense!The ORDER BY date part sorts by time as well since the date column contains timestamp. You can add ORDER BY date ASC or ORDER BY date DESC to sort them by ascending or descending order.