thanks guys - that worked great. >Yes, you must specify the direction on each column. > >...ORDER BY status DESC, date_added DESC... > >M!ke > >-----Original Message----- >From: daniel kessler [mailto:[EMAIL PROTECTED] >Sent: Friday, June 17, 2005 9:50 AM >To: CF-Talk >Subject: query sort assistance > >I have a query that grabs the status (approved, denied, pending) and the >date added. I want to sort by status and then by date added, both >descending. It currently does one or the other. Here's my latest try >which I thought would work. I guess I need to designate desc on each >field, somehow. > ><CFQUERY NAME="getSelect" DATASOURCE="dpch"> > select polexc_id,exception,fname,mname,lname,date_added,status > from policy_exceptions > where archived <> 1 > order by status,date_added desc ></CFQUERY> > >thanks!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209814 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

