本帖最后由 hhbwzh 于 2009-1-19 13:03 编辑
knights 表的ranking改成1就是服务器的第1大团了.
打开查询器
输入如下命令
truncate table account_char--这些表在KO意义里面的意义可以在附录里面查找
go
truncate table currentuser--解释下好了
go
truncate table deleted_userdata--truncate table **** 这个SQL命令可以实现这种功能:把名字叫做****
--的t able(表)晴空,但是保存TABLE的框架。运行就知道啦
go--go是运行的意思
truncate table knights
go
truncate table knights_rating
go
truncate table knights_user
go
truncate table tb_user
go
truncate table userdata
go
truncate table warehouse
go
按F5运行
删帐号的......................... |