[thelist] Q on SQL 'ORDER BY'

Damien COLA damiencola at wanadoo.fr
Fri Apr 9 18:57:33 CDT 2004


not sure if that's it, but usually I use :
  ORDER BY jobs.job_title, jobs.job_posted;
and not :
  ORDER BY jobs.job_title AND jobs.job_posted;

cheers,

-----Original Message-----
I'm tying to have this returned record set be sorted by Job Title, and
then by Posted date, when Job Titles are the same.

But that is not what is happening.



More information about the thelist mailing list