diff between tables
Posted
by www.yegorov-p.ru
on Stack Overflow
See other posts from Stack Overflow
or by www.yegorov-p.ru
Published on 2010-03-26T06:40:27Z
Indexed on
2010/03/26
7:03 UTC
Read the original article
Hit count: 284
I have two tables, with the same structure, for example: table "first' with columns 'a','b','c' and table 'second' with the same columns. How to find difference betweet those two tables? Of course, I can make some script on python, that will make set(a)-set(b), but I think there is some way to do it in mysql.
© Stack Overflow or respective owner