I would like to know whether it is possible to get row number with SELECT statement in Informix. If yes, how?
For example, SELECT Some_Function() AS ROWNUM, Col1, Col2 FROM TableA
My expected result would be:
ROWNUM | Col1 | Col2
1 | XXX | YYY
2| AAA | BBB
...
Thank you in advance
Start Free Trial