Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL syntax
Message
From
07/08/2000 12:40:20
 
 
To
07/08/2000 08:48:18
Gerald McKinsey
Keystone Consulting Services, Inc.
Yorktown, Indiana, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00401770
Message ID:
00401841
Views:
20
SELECT..FROM..WHERE is about as far as you would need to go in a subquery. e.g.,
SELECT * ;
  FROM table1 ;
  WHERE cfield1 IN ;
  (SELECT cfield2 FROM table2 WHERE lfield = .T.) ;
  INTO CURSOR cutmp
Under the help for the SELECT-SQL command it tells you what can and cannot be put in subqueries.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform