I have a couple of tables that I query, but I wish to add an extra column in the query which numbers the result set from 0-* (note, I don't wish to find out how many results there are).
This is so that I can extract rows between two numbers for example:
...where rowcount BETWEEN 32 AND 40...