Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

auto increment pseudo column

Roger25Aug 20 2013 — edited Aug 20 2013

Hi,

If I have a sql statement like "select e.name from employees e", how can i add a pesudo column which is auto incremented for each row fetched? So something like

incr_column name

1 Jack

2 Michael

3 Freud

Thank you

This post has been answered by Karthick2003 on Aug 20 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 17 2013
Added on Aug 20 2013
5 comments
4,201 views