Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text field
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Text field
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01253112
Message ID:
01253112
Vues:
58
HI All,

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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform