0

这是否可以执行这个mysql命令:

SET @count = 0;
UPDATE application SET application.number = @count:= @count + 1;

在 PHP 中的 Web 浏览器上。我想在删除数据后自动执行此操作。

4

0 回答 0