Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is wrong with this constraint?
Message
 
 
À
13/03/2010 14:02:19
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Divers
Thread ID:
01454301
Message ID:
01454315
Vues:
35
>>Hi,
>>
>>I tried to add the following constraint but getting error "Incorrect syntax near 'LEN'".
>>
>>Here is the syntax of my constraint:
>>
>>alter table [dbo].[Projects] with check add constraint [CK_Projects_ProjectAccount] 
>>check LEN(ProjectAccount) > 0
>>
>>
>>What is wrong with this constraint?
>
>
>alter table [dbo].[Projects] with check add constraint [CK_Projects_ProjectAccount] 
>check ( LEN(ProjectAccount) > 0 )
>
Cetin

Thank you, Cetin. I looked at the code in the book on SQL Server only a million times and never noticed these parenthesis. Now I see my problem.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform