Hi
I just want to select the lowest number in the table..
SELECT * FROM table_name ORDER BY total LIMIT 1
in my table 'total' it always picks the highest number
even if I use ASC or DESC it always ends up picking the highest number.
Is there an easy way to solve this?