Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text field
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01253112
Message ID:
01253147
Vues:
25
Try
DATALENGTH(mshipmsg) > 0
>
>I am working with the table that include a shipping message column defined as:
>
>Data Type:text
>Allow Nulls: no
>Default value: ''
>
>I am trying to write a query that will exclude records where the shipping message column is empty. I tried the following but no luck:
>
>where mshipmsg NOT LIKE '% %'
>where LEN(mshipmsg) > 0
>
>Please help,
>Daniel
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform