L
Lebowski
Hi,
i have two tables, that contains data in two columns. I want to
display only these rows from Table A that do not exist in Table B.
Rows are considered equal if data in both columns are equal.
I have an idea how to to it, but its too complex (needs at least 3
queries). I wonder if there's a possibility to do it using only one
query.
Thanks for help
i have two tables, that contains data in two columns. I want to
display only these rows from Table A that do not exist in Table B.
Rows are considered equal if data in both columns are equal.
I have an idea how to to it, but its too complex (needs at least 3
queries). I wonder if there's a possibility to do it using only one
query.
Thanks for help