{$title}
备份数据
执行SQL语句

将正确的SQL语句粘贴到文本域;多条语句以;回车作为分界依据。
操作不可恢复,请谨慎使用。
查询例句:select * from xp_system where id=1
增加例句:insert into xp_block (bid,binfo,bcode) values ('','广告代码','XPCMS')
修改例句:update xp_block set binfo='统计代码' where bid=1
删除例句:delete from xp_block where bid=1
多条语句建议将备份文件的语句拷贝粘贴到此处运行!以保证代码的准确!