royalcheese
Technical User
Hi all
I have this query
I want to add a autonumber to it in the query stage , is this possible ?
Thanks in advance
C
I have this query
Code:
SELECT a.MEMBER_KEY, a.CONTS, a.DST, a.DEND
FROM CH AS a
ORDER BY a.MEMBER_KEY, a.DST;
I want to add a autonumber to it in the query stage , is this possible ?
Thanks in advance
C