Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql statement question.....
Message
From
19/01/2001 16:35:30
 
 
To
19/01/2001 16:34:07
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00465939
Message ID:
00466019
Views:
12
>>AARGHHH just about sums it up!! :-)
>>
>>What I'm attempting is to only have the records that exist in the old errors table and matches up with the records in the new errors table to be excluded. For exmple,
>>
>>In the new errors table I have htc id = 6, 7 and 8. In the old errors table I have htc id 6,7,9,11. The results I'm looking should be 6, 7, 8, 9, 11. All these shoudl be distinct. Right now I'm getting 6,6,7,7,8,9,11.
>>
>>What about this?
>>
>>SELECT DISTINCT V_terror.htc_id;
>> FROM udc2!v_terror LEFT OUTER JOIN udc2!valerrors ;
>> ON V_terror.htc_id = Valerrors.htc_id


oops.........sorry about that
Previous
Reply
Map
View

Click here to load this message in the networking platform