《Mysql學習關于mysql delete的問題小結》要點:
本文介紹了Mysql學習關于mysql delete的問題小結,希望對您有用。如果有疑問,可以聯系我們。
我們需要把這部分臟數據刪除到,在刪除的過程中我寫的delete sql語句不能執行不知道為什么,可以同樣的語句執行MYSQL教程
select 是沒有問題的MYSQL教程
如:?
delete from student a where a.id in (1,2);()
select a.* from student a where a.id in (1,2);()
這是什么原因了呢?
結果處理:MYSQL教程
????? delete 在寫操作一張表的時候 不用別名操作成功!MYSQL教程
?如:MYSQL教程
????? delete from student where id in (1,2);()
我使用mysql版本:5.1.30-community-logMYSQL教程
這是在開發中遇到的一個小問題,積累起來.MYSQL教程
轉載請注明本頁網址:
http://www.snjht.com/jiaocheng/1272.html