使一列成为另一个 PL/SQL 的最大值?
我不能为此在 phpmyadmin 中使用自动增量,但我想看看是否可能,并找到一种方法在每次插入行时获得 max(displayorder) +1 。如果可能的话,有人可以告诉我这是如何完成的吗?我正在使用mysql。
I cant use auto increment in phpmyadmin for this but I would like to see if its possible and find a way to get the max(displayorder) +1 every time there's a row insert. Could someone show me how this is done if it's possible? I am using mysql.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不能使用 auto_increment?
这应该可以。
但请注意,它是不可靠的。
Why can't use auto_increment?
This should work.
but be aware that it is unreliable.