N
newsmax
I am attempting to dynamically number the rows returned in
a select statement...similar to the 'rownum' function in
Oracle. I don't mind writing an function that I call
within the statement, I just need to have each row
numbered, without inserting it into a table.
a select statement...similar to the 'rownum' function in
Oracle. I don't mind writing an function that I call
within the statement, I just need to have each row
numbered, without inserting it into a table.