I have a problem. I want to find records between a date range. The records should
be sorted in a specific order of columns.
eg : the sql would b like
select .. from table .. where date betwenn startdate and endddate order by customer
desc
how do i do this ?? i tried to sort desc on a column,i get error during deployment.
i had used weblogic-query in weblogic-rdms.jar file
please guide me
regards
Jani
WLS6.1 only supports ORDERBY with an implied ASC
support for ORDERBY .. DESC is coming with WLS7.0
-thorick