How do I display row number with records

Showing Answers 1 - 8 of 8 Answers

Ajay

  • Mar 24th, 2005
 

select rownum, table_name.* from table_name;

  Was this answer useful?  Yes

AjayLebaka

  • Mar 26th, 2005
 

SELECT rownum,table_name.* FROM table_name;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions