Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access queries
Message
From
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:
01367629
Views:
6
>>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 LIKE
>
>
>
>SELECT * FROM mytable WHERE myfield LIKE "%xyz%"
>
Thanks Sergey. Seems to work good.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform