kupe
Technical User
- Sep 23, 2002
- 376
Is there a way to add a number column in a query, please, experts? As in
SELECT id, FName, SName, Date
FROM table
WHERE forum = 'TekTips';
But to add a column that acts as a sort of temporary id, 1 - 25 whatever, only for use on that one particular occasion.
SELECT id, FName, SName, Date
FROM table
WHERE forum = 'TekTips';
But to add a column that acts as a sort of temporary id, 1 - 25 whatever, only for use on that one particular occasion.