I have a table lets say table1 with a column name data. and another table lets say table2 have same column name. both columns stores same type of data. both tables has an id column which can allow me to inner join table1 and table2.
Now I'm trying to write a query to get count of rows with condition table.data <> table2.data.