Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access queries
Message
De
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:
01367629
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 LIKE
>
>
>
>SELECT * FROM mytable WHERE myfield LIKE "%xyz%"
>
Thanks Sergey. Seems to work good.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform