如何從一個表中選擇另一個表中不存在的所有記錄?table1(id,name)table2(id,name)查詢:SELECT name
FROM table2
-- that are not in table1 already
如何從一個表中選擇另一個表中不存在的所有記錄?
qq_遁去的一_1
2019-08-23 15:58:30