SELECT name FROM table2 WHERE NOT EXISTS (SELECT * FROM table1 WHERE table1.name ... How do I UPDATE from a SELECT in SQL Server?
確定! 回上一頁