I\'m looking for a way to sequentially number rows in a result set (not a table). In essence, I\'m starting with a query like the following:
SELECT
This page should give you a standard SQL way of doing it:
https://www.sqlteam.com/articles/returning-a-row-number-in-a-query
Hope this helps.