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.
我有一个表,其中包含一个int名为“place”的列。列中的值确定页面上表中行的顺序。它适用于类似博客的应用程序。我想要一个查询,我可以在其中更新所有行的“place”列,包括当前行以及之后的所有行。
int
谢谢你的帮助!
update topic set place = place + 1 where place >= 5