Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subquery: SELE * FROM (SELE *....
Message
From
17/08/1999 15:33:24
 
 
To
17/08/1999 15:04:40
Kenneth Downs
Secure Data Software, Inc.
New York, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00254643
Message ID:
00254670
Views:
23
Kenneth,

Try this

select * from table1 where field1 in (select field1 from table2 where x=y)

This type of query should work. What you were missing was the in clause.

Jeff Whitaker


>It appears that fox does not support the syntax SELE * FROM (SELE ...).
>
>Am I missing something or do I have to do one query and then the next?
>
>As always, TIA...
Previous
Reply
Map
View

Click here to load this message in the networking platform