Microsoft
Software
Hardware
Network
Question : Need Syntax to Auto Increment a Number in SQL Server 2008
I need the syntax to Auto Increment a number in a field, starting with the number "1" and going higher for each row.
What is the syntax to do this?
Thanks
M
Answer : Need Syntax to Auto Increment a Number in SQL Server 2008
correction
select rownum=row_number() over (order by somefield), *
FROM
(
select * from tbl
) SQ
replace "somefield" with an actual field
Random Solutions
Best way to find out what a user has access to on a file server
Configuring Exchange 2010 to receive emails for other domains
threads in mfc
Run the first php script in background - When done - run the next script ...
What does src="#" mean when used in a bgsound attribute and is it needed?
Some sort of offline form that will save entries of data from several users
drag and drop sortable list?
PHP Fatal error
Dell poweredge t610 SAS
user equivalence check failed for user "oracle"