| 這是刪 帳號跟 id -------------------------------------------------
 truncate table account_char
 go
 truncate table currentuser
 go
 truncate table deleted_userdata
 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 USERDATA_SKILLSHORTCUT
 go
 truncate table KNIGHTS_ALLIANCE
 go
 
 
 
 
 truncate table BK_FRI_USERDATA
 go
 truncate table BK_MON_USERDATA
 go
 truncate table BK_SAT_USERDATA
 go
 truncate table BK_SUN_USERDATA
 go
 truncate table BK_THU_USERDATA
 go
 truncate table BK_TUE_USERDATA
 go
 truncate table BLOCKED_USERDATA
 go
 truncate table USER_EDITOR_ITEM
 go
 truncate table np_kings
 go
 truncate table np_kings2
 go
 truncate table PREMIUM_SERVICE
 go
 
 
 
 
 truncate table WAREHOUSE
 go
 truncate table ELMO_RANK
 go
 truncate table KARUS_RANK
 go
 truncate table USER_SAVED_MAGIC
 go
 truncate table HACKTOOL_USERLOG
 go
 truncate table HERO_USER
 go
 truncate table DUPE_CHECK
 go
 truncate table LEVEL_CHART
 go
 truncate table LEVEL_CHART_WED
 go
 
 ---------------------------------
 請問要怎麼刪除 帳號裡的 id 呢
 目前我只知道刪除 帳號 + id  卻不知道 怎麼刪除 帳號裡的 id
 
 例如 id : 測試   要怎麼刪除呢  請高手教一下
 |