這只是一篇文記,我不打算詳細說明
主要功能就是把某一個表的資料參照過來做更新
UPDATE file_record
SET tid = (select cdb_posts.tid from cdb_posts where cdb_posts.pid=file_record.pid)
WHERE EXISTS (select cdb_posts.tid from cdb_posts where cdb_posts.pid=file_record.pid);
隨機文章
- 淺談手機NFC形式 (2014-06-09)
- 烏克蘭免費域名使用期限延長更新 (2010-02-12)
- 受保護的內容: 發現 PTT 註冊帳號條件 (2017-07-07)
- php 301 redirect (2011-12-05)
- mobile01有公信力?講一下下網路行銷好了 (2012-11-24)








