Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update empty value when preceding row is not empty
Message
From
03/02/2016 08:45:36
 
 
To
03/02/2016 08:40:19
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01630642
Message ID:
01630650
Views:
44
>
>If I open the table (edit top 200 rows) its the order I can see the rows in.
>
>

As Sergey said, there's no established row number in a table. You'd had to use the approach that he described (add a column as an identity value).

Alternatively you could add a column and use the ROW_NUMBER() over (order by SpecificColumn) and that will establish a row number as well.
Previous
Reply
Map
View

Click here to load this message in the networking platform