Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> SQL query

SQL query

From: Happy <allan_at_livvy80.freeserve.co.uk>
Date: Thu, 18 Jan 2001 18:44:32 -0000
Message-ID: <947dm7$je9$1@newsg2.svr.pol.co.uk>

Is it possible in SQL to display the contents of a table in a particular order, along with
a numeric column that shows the sequence of each row?

For example, a table with one column, color, has the following 3 values:

Green
Blue
Red

Say I wanted the alphabetic listing along with the numeric sequence,

1 Blue
2 Green
3 Red

Can it be done?

Cheers
Allan Received on Thu Jan 18 2001 - 12:44:32 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US