Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can an identity column be zero?
Message
 
 
À
27/11/2010 18:07:10
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2008
Divers
Thread ID:
01490715
Message ID:
01490716
Vues:
60
>I checked the documentation and can't find an answer to this.
>Will an identify column ever have a value of zero?
>I note that when I add the first record, it's 1.

It could be any value (whole number) that fits into column defined size. You can specify a start value (seed) when you create an IDENTITY column. The default is 1.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform