Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compare Tables
Message
 
 
To
05/02/2008 12:17:57
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01289634
Message ID:
01289641
Views:
19
>Anything simple to compare tables and show the differences? Even it was SQL that created a cursor of the records that do not match would be fine.
select TableA.* from TableA LEFT JOIN TableB ON ... WHERE TableB.PK Is NULL ;
union all ;
select TableB.* from TableB LEFT JOIN TableA ON ... where TableA.PK IS NULL
Or the same with full outer join and both PKs NULL.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform