I have two tables TableA
and TableB
which have the same format of columns, which means both tables have the columns
A B C D E F
where A
and B
are the primary keys.
How do I write an SQL query to check if TableA
and TableB
(that have the same primary keys) contain exactly the same values in every column?
It means that these two tables have exactly the same data.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…