Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL $ operator
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00571797
Message ID:
00571800
Views:
30
>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%
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform