Ken wrote:

the order by b,a seems to cause B to use asc.. Instead of the desc as written in the order by statement.

Ken,

You would need to say

order by b desc, a desc

to get the behaviour you expect.

HTH
Dennis Cote

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to