SQL*PLus has no ability to show record numbers, you'll have to do it in your query:
SELECT ROWNUM, test.* FROM test;
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |