I need SQL to select from a table but organize it by columns "ref,personal" Is this possible to organize it by two?
select * from tablename order by field1 asc, field2 desc
Originally posted by stolzyboy select * from tablename order by field1 asc, field2 desc
That doesnt work!
well change asc and desc around in each one, i know it works it came out of the book and it works just fine