Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL syntax
Message
De
07/08/2000 12:40:20
 
 
À
07/08/2000 08:48:18
Gerald McKinsey
Keystone Consulting Services, Inc.
Yorktown, Indiana, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00401770
Message ID:
00401841
Vues:
21
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform