We are using PostgreSQL v8.2.3.
How to create a serial number in the query output? I want to show the serial number for each row returned by the request.
Example: SELECT employeeid, name FROM employee
I expect to generate and display a serial number for each line, starting with one.
Gnanam
source share