Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL $ operator
Message
From
23/10/2001 07:29:37
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00571797
Message ID:
00572006
Views:
33
>>>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.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform