Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: sequence # next to an ordered column
You probably can in 8.1.
The 'official' 8.1.6 solution, though would be to use the 'analytic function' method with the function which I think is row number()
--
Jonathan Lewis
Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk
Swaminathan. N wrote in message <39D07C2A.9683FEA1_at_indya.com>...
can i use this query ???
select ename, rownum from
(select ename from emp order by ename);
"Swaminathan. N" wrote:
How to get a column in the table ordered and sequence # next to that.
--
Received on Tue Sep 26 2000 - 11:39:43 CDT
![]() |
![]() |