Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access queries
Message
 
 
À
15/12/2008 16:42:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01367573
Message ID:
01367640
Vues:
7
>>>When working with an Access table, is there an equivalent SQL SELECT to VFP's "contained in " syntax? That is
>>>
>>>SELECT * FROM mytable WHERE "xyz"$myfield
>>>
>>>Thanks
>>
>>Try to use standard SQL LIKE operator
>>
>>
>>
>>SELECT * FROM mytable WHERE myfield LIKE "%xyz%"
>>
>
>Thanks Sergey. Seems to work good.

You're welcome.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform