View Single Post
Old 04-02-2006, 08:59 AM   #7 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
well i think i see your problem. AS article_date you are sorting by the article_date. i believe the order by clause is using the field name you specify after anything you do with it in the query.

try using AS formated_date and order by article_date desc
sde is offline   Reply With Quote