Hello Experts,
This question has forever eluded me. So posting here.
How can we generate a unique number for every row returned.
for example:
Code:
Select id = identity(10), Name, Address
from Table1
Above query gives you syntax error saying you can only generate id if you are actually inserting into a table and not in the select statement.
I know this is possible in Oracle but is this even possible in Sybase ASE 12.5?
Hope the question is clear.
Thanks,
Meet