Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL $ operator
Message
De
23/10/2001 07:36:37
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
À
23/10/2001 07:29:37
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
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:
00572008
Vues:
28
>>>>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%'
>
>Does it have to be single quotes?
>
>Hilmar.
depends on the quote identifiers property in sql server if you are using quote identifier in SQLserver then must be single quotes since double is user to encapsulate reserved words.
Alexandre Palma
Senior Application Architect
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform