nemesis_256
05-19-2008, 05:56 PM
I'm trying to do a query with two columns for the order by, but the second column is being ignored. I've tried adding asc and desc to it but there's no difference, it's as if the competitorID isn't even there. Any ideas?
select * from table where clientID = 15 order by dateAdded desc, competitorID;
select * from table where clientID = 15 order by dateAdded desc, competitorID;