Hi Hayley,
This attachment is not help me much! What I need to generate the row number from the SQL. For instance,
Table1
=====
Field1
Field2
Field3
Say, I want to list out all the fields with the record sequence number (row number) in Oracle, I can do like this:
SELECT RowNum...