這段代碼有什麼問題?我不斷收到ERROR 1064 (42000): You have an error in your SQL syntax
MySQL不存在的地方
SELECT clientReport.id
WHERE clientReport.rowNumber NOT EXISTS (
SELECT clientReport.rowNumber FROM report02, clientReport
WHERE report02.id=clientReport.id);