查看: 66|回复: 3

[教程] 分享本地附件转远程附件和远程附件转本地附件的SQL代码

[复制链接]

69

主题

8

回帖

0

积分

积极分子

金币
8
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2011-1-9
发表于 2019-6-4 12:46:54 | 显示全部楼层 |阅读模式


本地转远程
  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' ;

远程转本地
  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' ;

附件, 本地, 远程, 本帖, 最后
回复

使用道具 举报

11

主题

413

回帖

0

积分

积极分子

金币
413
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2010-11-29
发表于 2019-6-7 21:09:17 | 显示全部楼层
收藏了 收藏了!!!
回复

使用道具 举报

0

主题

85

回帖

10

积分

技术1级

金币
95
阅读权限
10
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2010-4-30
发表于 2019-6-16 15:12:28 | 显示全部楼层
谢谢分享进来学习
回复

使用道具 举报

7

主题

33

回帖

0

积分

积极分子

金币
33
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2011-9-16
发表于 2019-8-27 13:33:02 | 显示全部楼层
门户是什么代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

相关侵权、举报、投诉及建议等,请发 E-mail:qiongdian@foxmail.com

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖返回顶部