Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-06-06 : 12:27:45
|
Danilo writes "I want to return the record number of a record set..ieSELECT recNumber, field1, field2, field3 FROM table1so my record set will look like:recNumbe field1 field2 field3 ------------------------------------1 some data here2 some data here3 some data here4 some data here5 some data here6 some data here7 some data here I need to do this in SQL not is asp or vbThanksDanny" |
|
|
graz
Chief SQLTeam Crack Dealer
4149 Posts |
Posted - 2002-06-06 : 12:27:45
|
| We have an article on this. Search for "row number" or something like that. |
 |
|
|
|
|
|