I have two tables, let s call them table1
and table2
. They both have a column called ID1
and ID2
which are respective PK for each of two tables.
我还有另一个表格,即:table3
,其中载有ID1
和ID2
,在这两个表格之间建立了许多到许多关系。
我需要从<代码>表2代码>上查阅所有与<代码>>>> <1中记录无关的记录。
Ex.
- Table 1 contains a record with ID = 1
- Table 2 contains two records with ID 1, 2
- Table 3 contains one record with values 1 - 1
我需要问一下结果2。
谁能建议我走一条道路?
Thanks