标签: php mysql reset
这是否可以执行此mysql命令:
SET @count = 0; UPDATE application SET application.number = @count:= @count + 1;
在PHP的Web浏览器上。我想在删除数据后自动执行此操作。