100 : <CFIF DESTINATION IS NOT ""> and DESTINATION LIKE '#DESTINATION#'</cfif>
101 : <CFIF USAGE IS NOT ""> and USAGE LIKE '#USAGE#'</cfif>
102 : <CFIF session.OnlyProperRated IS "Y"> and Comments LIKE '%!%'</cfif>
103 :
104 : order by Tariff, isnull(canc_date,'2015-01-01'), Destination, Usage
|