久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

Discuz! 官方交流社區(qū)

標(biāo)題: 分享本地附件轉(zhuǎn)遠(yuǎn)程附件和遠(yuǎn)程附件轉(zhuǎn)本地附件的SQL代碼 [打印本頁]

作者: 我是小站長    時(shí)間: 2019-6-4 12:46
標(biāo)題: 分享本地附件轉(zhuǎn)遠(yuǎn)程附件和遠(yuǎn)程附件轉(zhuǎn)本地附件的SQL代碼
本帖最后由 我是小站長 于 2019-6-4 12:46 編輯

本地轉(zhuǎn)遠(yuǎn)程
  1. update pre_forum_attachment_0 set remote = '1' ;
  2. update pre_forum_attachment_1 set remote = '1' ;
  3. update pre_forum_attachment_2 set remote = '1' ;
  4. update pre_forum_attachment_3 set remote = '1' ;
  5. update pre_forum_attachment_4 set remote = '1' ;
  6. update pre_forum_attachment_5 set remote = '1' ;
  7. update pre_forum_attachment_6 set remote = '1' ;
  8. update pre_forum_attachment_7 set remote = '1' ;
  9. update pre_forum_attachment_8 set remote = '1' ;
  10. update pre_forum_attachment_9 set remote = '1' ;
復(fù)制代碼

遠(yuǎn)程轉(zhuǎn)本地
  1. update pre_forum_attachment_0 set remote = '0' ;
  2. update pre_forum_attachment_1 set remote = '0' ;
  3. update pre_forum_attachment_2 set remote = '0' ;
  4. update pre_forum_attachment_3 set remote = '0' ;
  5. update pre_forum_attachment_4 set remote = '0' ;
  6. update pre_forum_attachment_5 set remote = '0' ;
  7. update pre_forum_attachment_6 set remote = '0' ;
  8. update pre_forum_attachment_7 set remote = '0' ;
  9. update pre_forum_attachment_8 set remote = '0' ;
  10. update pre_forum_attachment_9 set remote = '0' ;
復(fù)制代碼


作者: 耗子    時(shí)間: 2019-6-7 21:09
:):)收藏了 收藏了!!!
作者: 站長    時(shí)間: 2019-6-16 15:12
謝謝分享進(jìn)來學(xué)習(xí)
作者: ghz0433    時(shí)間: 2019-8-27 13:33
門戶是什么代碼




歡迎光臨 Discuz! 官方交流社區(qū) (http://www.9999xn.com/) Powered by Discuz! W1.0