How do you create an autonumber column in a query?

A

Allen Browne

Re-reading your question, I'm not clear if you are talking about executing a
DDL query statement to create an AutoNumber in a table, or whether you are
talking about dynamically numbering the records directly within the query.

If the latter, see the options suggested here:
http://allenbrowne.com/ranking.html#query
 
Top