Message
From
13/03/2010 10:43:42
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Database management
Title:
What is wrong with this constraint?
Miscellaneous
Thread ID:
01454301
Message ID:
01454301
Views:
97
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?
"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
Next
Reply
Map
View