如何使用JOIN重写以下查询
SELECT * FROM table1 WHERE id NOT IN ( SELECT t1Id FROM table2 );
mysql sql
mysql ×1
sql ×1