Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using LEN on a Text field
Message
De
10/02/2009 06:28:12
 
 
À
10/02/2009 05:34:59
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2005
Application:
Web
Divers
Thread ID:
01380482
Message ID:
01380491
Vues:
49
How about
declare @tmpText varchar(max)
declare @textlen integer
set @tmpText = SomeTextField
set @textlen = len(@tmpText)

Glenn
>>Do not use Text fields. use n/varchar(max) instead.
>
>Well, the design is with Text field right now. So, I have to find a way to achieve that SQL.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform