這個說法有問題嗎?它給出了語法錯誤:在 t1 上從 table1 t1 left join table2 t2 刪除。 Id=t2.id,其中 t2.id 為空
P粉148434742
2023-09-05 20:04:37
<p>這個說法有問題嗎? mysql 中出現語法錯誤</p>
<pre class="brush:php;toolbar:false;">delete
from table1 t1
left join table2 t2 on t1. Id=t2.id
其中 t2.id is null</pre>
<p>請提出您的建議</p>
加入時,您需要指定要從哪個表中刪除