if data type is different then show those rows between two same tables in mysql code example
Example: sql compare data from two tables
select * from tableA
minus
select * from tableB
select * from tableA
minus
select * from tableB