I want to CREATE VIEW of two tables, merge them, where column from table1 != column from table2 and later insert the rows that do not have duplicate columns.
CREA