I have 2 tables, call Table1 and Table2. Table1 columns are id,name,col3.
Table2 has columns id, name , col3.
I want to extract all records from Table1 who’s id and name (Both to satisfy condition)
not in Table2.
How to do that
I have 2 tables, call Table1 and Table2. Table1 columns are id,name,col3. Table2 has
Share
Does the below assist: