P
porsche
Unregistered / Unconfirmed
GUEST, unregistred user!
有两个表
table:Table1(总表)
RoomID(字符型) TableID(字符型)
01 01
01 02
01 03
02 01
02 02
03 01
03 02
04 01
table:Table2(已选择的记录)
RoomID(字符型) TableID(字符型)
01 01
02 02
03 01
04 03
---------------------------------------
能否一条SQL 得出 所有的 在Table2中没有的记录?
table:Table1(总表)
RoomID(字符型) TableID(字符型)
01 01
01 02
01 03
02 01
02 02
03 01
03 02
04 01
table:Table2(已选择的记录)
RoomID(字符型) TableID(字符型)
01 01
02 02
03 01
04 03
---------------------------------------
能否一条SQL 得出 所有的 在Table2中没有的记录?