Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update empty value when preceding row is not empty
Message
De
03/02/2016 08:45:36
 
 
À
03/02/2016 08:40:19
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01630642
Message ID:
01630650
Vues:
37
>
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform