Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update query not listening?
Message
 
 
To
13/08/2003 14:26:52
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00819873
Message ID:
00819887
Views:
12
>I cannot make it an identity column. Is there another 'easy' way of numbering rows?
Sure
DECLARE @sq int
SET @sq = 0
UPDATE #d2 SET @sq=@sq+1, order_seq=@sq
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform