There's is no "row position" in a relational table, looks like you worked on a mainframe DB2 before, afaik it's using VSAM flat files.
The closest match is a ROWNUM on Oracle or the Standard SQL ROW_NUMBER in most RDBMSes.
Why do you think you need it?
What are you trying to achieve?
Dieter
↧