sql help
select value from test;
--
1a
1b
1c
select output from table;
--
1a
is there a method to compare & identify the missing values or differences between these two tables.
Thanks!
1
select value from test;
--
1a
1b
1c
select output from table;
--
1a
is there a method to compare & identify the missing values or differences between these two tables.
Thanks!