這只是一篇文記,我不打算詳細說明
主要功能就是把某一個表的資料參照過來做更新
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);
隨機文章
- 破解WordPress 佈景主題的編碼 (2009-03-23)
- 試用 XenServer 7.6 定時快照 超吸引我的 (2018-12-22)
- 科賦 KLEVV SSD 送修 一整個爛掉 (2024-10-16)
- 自已練功,解決Javascript編碼的問題(破解) (2011-11-11)
- 我家50M/10M光世代掛點 (2012-05-23)








