I have a table as
id Description Tag
1 ABC Tag1
2 DEF Tag2
3 ABC Tag1
4 ABC Tag1
5 GHI Tag3
6 DEF Tag2
and whenever i need to make multiple changes I will create a new table and change the values (tag column). I need a query to get the rows where the tag column has a different value compared to old table.