Re: help by order by

From: wayne <no_at_email.please.com>
Date: 24 Feb 2001 19:09:38 GMT
Message-ID: <9790ti$rdi_at_dispatch.concentric.net>


> SELECT hra_id||hra_name from hra_akten order by 1 desc;

try this:

SELECT hra_id||hra_name from hra_akten order by hra_id, hra_name desc; Received on Sat Feb 24 2001 - 20:09:38 CET

Original text of this message