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!
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
incr_column name
1 Jack
2 Michael
3 Freud
Thank you