Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是否可以执行这个mysql命令:
SET @count = 0; UPDATE application SET application.number = @count:= @count + 1;
在 PHP 中的 Web 浏览器上。我想在删除数据后自动执行此操作。