In SQL, a sort can be done with something along the lines of:
ORDER BY {col_name | expr} ASC|DESC, {col_name | expr} ASC|DESC, ...