Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SubQuery
Message
 
 
To
22/01/2002 03:27:52
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00607579
Message ID:
00608354
Views:
41
>Where Nine subqueries can be used. If possible give example.

They can be used in the WHERE clause on the same level. For example,
SELECT * FROM table1 ;
  WHERE ;
    field1 = ( SELECT ... ) ;
    AND field2 = ( SELECT ... ) ;
    ...
    AND field9 = ( SELECT ... ) ;
  INTO CURSOR myCursor
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform