Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is wrong with this constraint?
Message
De
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:
01454313
Vues:
42
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform