Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speed up matching of tables using SQL
Message
From
28/01/2003 01:47:38
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00744963
Message ID:
00746093
Views:
20
actually i've been hearing about that of rushmore technology but i really can't find any good article to read on.

anyway, do you know any way how can i get records from table A that does not exist in table B?

i use this SQL:

SELECT * FROM xm a WHERE NOT EXISTS (SELECT checkno FROM xa b WHERE a.checkno=b.checkno .AND. a.brcode=b.brcode .AND. a.agycode=b.agycode)

any help?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform