jmstarbuck
Programmer
Is there a way to select a row id from a query so that the rows selected in that query are numbered?
Something like "Select ? as rowid, a, b, c from tableF"
1 a b c
2 a b c
3 a b c
Something like "Select ? as rowid, a, b, c from tableF"
1 a b c
2 a b c
3 a b c