Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access queries
Message
 
 
To
15/12/2008 16:42:04
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01367573
Message ID:
01367640
Views:
8
>>>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
>>
>>
>>
>>SELECT * FROM mytable WHERE myfield LIKE "%xyz%"
>>
>
>Thanks Sergey. Seems to work good.

You're welcome.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform