Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Check Constraint for an
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00950957
Message ID:
00951257
Vues:
7
>Hello everyone,
>
>I am trying to write my first check constraint in SQL server. I want to make sure that the column in question is not empty. In Fox, I would say something like :-
>
>
>And Not Empty(tablename.columnname)
>
>
>What is the best way to express this in SQL server using T-SQL ?
>
>Thank you!
>
Angie,

Look at the DATALENTH() function in SQL-DOL. Also if the field accepts null values you'd use IS NULL.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform