K
Kevin
Is there a way to generate and display a unique number in
a select query? Every time when the query is executed,
the number starts from 1. What I want is to have a unique
value to identify each query row.
One possible way is to add an autonumber field in the
table but I do not want to change the table structure.
Thanks and regards,
Kevin
a select query? Every time when the query is executed,
the number starts from 1. What I want is to have a unique
value to identify each query row.
One possible way is to add an autonumber field in the
table but I do not want to change the table structure.
Thanks and regards,
Kevin