mysql 的delete from 子查詢限制

1.使用mysql進行delete from操做時,若子查詢的 FROM 字句和更新/刪除對象使用同一張表,會出現錯誤。 mysql> DELETE FROM tab1 WHERE col1 = ( SELECT MAX( col1 ) FROM tab1 ); ERROR 1093 (HY000): You can’t specify target table ‘tab1′ for update
相關文章
相關標籤/搜索