這只是一篇文記,我不打算詳細說明
主要功能就是把某一個表的資料參照過來做更新
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);
隨機文章
- 中華電信如意卡 打電話來要我同意3G升4G (2018-04-11)
- 11/11 開台的台北光纖 目前也是看的到吃不到 (2014-12-02)
- Windows 10 順利安裝啟動完成 (2015-08-31)
- 有問題的Yahoo站長工具 (2009-03-26)
- 我的一個子站中標了 (2009-05-13)








