Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong with this constraint?
Message
From
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:
01454313
Views:
41
>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform