這只是一篇文記,我不打算詳細說明
主要功能就是把某一個表的資料參照過來做更新
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);
隨機文章
- Stable Diffusion 小姐姐測試1 (2023-03-11)
- Windows live網域免費信箱 (2008-06-11)
- 為了賺錢 Google / Microsoft 都一樣啦 (2015-01-14)
- Debian 12 文字模式+Docker+Portainer (2024-07-25)
- 最近測FB帳號申請 我發現另一個規則 (2016-12-08)








