Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Contains operator
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01249985
Message ID:
01249991
Vues:
18
>Is there an SQL equivalent to the $ operator in VFP that does not use the CONTAINS function?
>TIA

CHARINDEX() or PATHINDEX(), they are more like AT() VFP function:
SELECT CHARINDEX([Text to search for], Field/Expression where you search in) > 0
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform