ORDER BY 
     status DESC
     date_added DESC

On 6/17/05, daniel kessler <[EMAIL PROTECTED]> wrote:
> 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!
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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