Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2 level SQL
Message
 
 
To
15/05/2008 18:53:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01317489
Message ID:
01317521
Views:
3
Yes it's documented in VFP help. See Filter Conditions for Queries and Views. It's also one of the standard SQL Operators.

>Wow. That's even shorter than Naomi's solution. I don't see anything about the IN in the VFP help. Is it documented anywhere?
>
>
>>
>>select maillist.* ;
>> from maillist ;
>> WHERE  personid IN (select personid from list_members where list_id > 67) ;
>> order by company
>>
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform