G
george via AccessMonster.com
I have an SQL statement that retrieves all of the items in the items table.
When i display the data I want to have a number before each of the records
so that it looks as follows:
1 xxx yyy zzz
2 xxx yyy zzz
3 xxx yyy zzz
etc.
Is there a way in SQL to add the first column? A way to add sequential
numbering in?
Thanks!
~george
When i display the data I want to have a number before each of the records
so that it looks as follows:
1 xxx yyy zzz
2 xxx yyy zzz
3 xxx yyy zzz
etc.
Is there a way in SQL to add the first column? A way to add sequential
numbering in?
Thanks!
~george