Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can constraint include column value?
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01481419
Message ID:
01481437
Vues:
25
Creat Unique constraint on MyField and "MyField + '1'" will be unique as well. If some check cannot be done with Check constraint, use a trigger.

>After consulting my SQL Server book I am not sure Check constraint will do the job. I don't see how I can specify to check for unique expression. Here is what I was trying to do: I want to make sure that that value "MyField + '1'" is unique for all rows in the table. Could this be done with Check constraint?
>
>>I'm confused. Do you need Unique constraint or Check constraint? A Table Check constraint can reference more then one column of the table to which it belongs. A Unique constraint does not support expressions, only column list.
>>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform