Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capturing the right records...
Message
 
À
01/09/2000 10:42:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00411720
Message ID:
00411745
Vues:
11
>I have two tables, Terror and Htclist. Htc list table contains all the centers and their names. The terror table contains all the errors for each center. How can I run an sql statement that will capture all those records that pertain to the centers that are in the terror table.?
SELECT * ;
  FROM Terror JOIN HctList ON Terror.CenterID = HctList.CenterId ;
INTO CURSOR MyResult
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform