Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Like syntax
Message
De
06/03/2008 15:35:38
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Divers
Thread ID:
01299491
Message ID:
01299505
Vues:
9
>>Hi All,
>>
>>I have looked at the BOL, but it only shows one item per LIKE. Is this correct, or can you have multiple items per LIKE?
>>
>>I am trying to do an INLIST() in SQL Server. INLIST is partial matching, if you do not pad the items in the list. That is what I need to do now.
>>
>>Or, do I have to do fieldname LIKE 'A%' or fieldname LIKE 'D%' or fieldname LIKE 'Z%', etc?
>>
>>TIA
>>Beth
>
>You would have to constract it as myID like 'A%' or ....

That is what I was afraid of. :(

>
>If it's always one character you can use susbstring()/LEFT() and IN (...)
The user can enter in any number of alphanumeric characters and they may not be the same size for every entry.

thanks anyway.
Beth
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform