Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong with this constraint?
Message
From
13/03/2010 14:10:11
 
 
To
13/03/2010 14:02:19
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Microsoft SQL Server
Category:
Database management
Miscellaneous
Thread ID:
01454301
Message ID:
01454315
Views:
34
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform