请问怎么将某一个用户下的帖子(包括回复)转移到另一个用户名下,不需要考虑积分等问题
1 贡献
最佳答案
主题:
- update pre_forum_thread set authorid=新用户UID,author='新用户名' where tid=帖子ID
复制代码主题/回复:
- update pre_forum_post set authorid=新用户UID,author='新用户名' where pid=主题PID
复制代码
[attach]63550[/attach]科站网发表于4 小时前
- 详细答案 >