| 打开查询器 输入如下命令
 truncate table account_char--这些表在KO意义里面的意义可以在附录里面查找
 go
 truncate table currentuser--解释下好了
 go
 truncate table deleted_userdata--truncate table **** 这个SQL命令可以实现这种功能:把名字叫做****
 --的t able(表),但是保存TABLE的框架。运行就知道啦
 go--go是运行的意思
 按F5运行复制代码truncate table account_char
go
truncate table currentuser
go
truncate table deleted_userdata--truncate table ****
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
 |