Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing the right records...
Message
 
To
01/09/2000 10:42:19
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00411720
Message ID:
00411745
Views:
12
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform