mysql 經常使用sql

 

 

從另外一個表裏更新數據:
UPDATE t3    INNER JOIN    t2 ON t2.sourceID = t3.sourceID 
SET    t3.url = CONCAT('http://d.uat.qa.nt.ctripcorp.com/xz?d=',
            t2.ID)  WHERE  t3.ID > 0url

相關文章
相關標籤/搜索