Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL statement
Message
 
 
À
03/11/2003 11:35:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00845641
Message ID:
00845646
Vues:
19
>Hi. Using VFP7. Could someone please give me a select-sql statement for the following:
>
>"Every record in database B that is NOT in database A".
>
>Thanks, Randy
SELECT * FROM tableb ;
  WHERE keyfield NOT IN (select keyfield FROM tablea)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform