时间:2021-07-01 10:21:17 帮助过:56人阅读
正确的方式应该是使用 last_insert_id() 函数:
update mytable set count=last_insert_id(counter+1);select last_insert_id();
< 上一篇
mysql心得分享:存储过程_MySQL
下一篇 >
MySQL基准测试工具TPCC-MySQL使用笔记_MySQL
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册