table1(id,name) table2(id,name)
查询:
SELECT name FROM table2 -- that are not in table1 already
sql t-sql sql-server
sql ×1
sql-server ×1
t-sql ×1