在對多表進行更新時,不支持ORDER BY、LIMIT。MySQL> update Subscribers2 s,tmp_Subscribers_01 t set s.date='2015-01-01',
-> s.LastAccessTimeStamp=unix_timestamp(date '2015-01-01')
-> where s.MSISDN=t.MSISDN and t.id between 1 and 5000 limit 2000;
ERROR 1221 (HY000): Incorrect usage of UPDATE and LIMIT
mysql> update Subscribers2 s,tmp_Subscribers_01 t set s.date='2015-01-01',
-> s.LastAccessTimeStamp=unix_timestamp(date '2015-01-01')
-> where s.MSISDN=t.MSISDN and t.id between 1 and 5000 order by s.date;
ERROR 1221 (HY000): Incorrect usage of UPDATE and ORDER BY
新聞標題:MySQL多表更新的限制
網站鏈接:http://www.2m8n56k.cn/article4/pccgie.html
成都網站建設公司_創新互聯,為您提供商城網站、網站維護、外貿網站建設、云服務器、網站導航、網站策劃
廣告
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:[email protected]。內容未經允許不得轉載,或轉載時需注明來源:
創新互聯