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.
我正在更新一个表的不止一行。我希望其中一个表字段在更新时自动递增。有什么帮助吗?
我正在使用 Postgresql。提前致谢。
您可以设置触发器并处理 UPDATE 操作并增加您想要的任何字段。 http://www.postgresql.org/docs/9.1/static/plpgsql-trigger.html