传三用SQL查询分析器批量修改经验的命令和方法

来源: 作者: 点击:
查询分析器
输入
use muddb

update monster
set exp=exp*2
说明:
exp*2 2倍经验
exp+2 +2点经验
exp/2 1/2经验