Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SubQuery
Message
 
 
À
22/01/2002 03:27:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00607579
Message ID:
00608354
Vues:
35
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform