Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL $ operator
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00571797
Message ID:
00571803
Vues:
24
>>Hello to everybody,
>>
>>Can somebody tell me please what is the VFP equivalent operator "$" in SQL
>>
>>I want to do as follow:
>>
>>SELECT * FROM CLIENT WHERE 'CORP' $ NAME
>>
>>Thank in Advance ...
>
>
>Try LIKE %Something%
>
>SELECT * FROM CLIENT WHERE NAME LIKE %CORP%
There're quotes missing
SELECT * FROM CLIENT WHERE NAME LIKE '%CORP%'
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform