sql: results returned in order
From: Rob Hazlewood <rob_at_moofed.com>
Date: Wed, 10 Oct 2001 14:35:05 +1000
Message-ID: <3bc3cff9$0$580$afc38c87_at_news.optusnet.com.au>
Date: Wed, 10 Oct 2001 14:35:05 +1000
Message-ID: <3bc3cff9$0$580$afc38c87_at_news.optusnet.com.au>
Hi,
I have been using the following command:
SELECT id,name FROM users
is there a way to get the resultset to retreive results in arranged order?
thanks
I have a small section of a program that lists the users that are using a
java servlet, which is using oracle 8i with the thin client driver
and then arranging into order locally (decending id number).
Rob
Received on Wed Oct 10 2001 - 06:35:05 CEST
