Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding a autonumber to a query

Status
Not open for further replies.

royalcheese

Technical User
Dec 5, 2005
111
GB
Hi all

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top