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!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209803
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

Reply via email to