位置: 编程技术 - 正文
推荐整理分享轻松掌握MySQL函数中的last_insert_id()(mysql函数大全以及举例),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:mysql函数用法,mysql函数大全以及举例,mysql数据库的函数,mysql函数,mysql函数是什么意思,mysql函数,mysql函数是什么意思,mysql函数用法,内容如对您有帮助,希望把文章链接给更多的朋友!
前言
最近一个同事问我,为什么last_insert_id()得到的结果与预期的不一样呢,于是我就认真的去研究的一下这个参数,下面是关于last_insert_id()的详细介绍,一起来学习学习吧。
首先,举个例子
其次,研究一下
查阅MySQL官方文档,真的太重要了。。。
官方出处: no argument, LAST_INSERT_ID() returns a -bit value representing the first automatically generated value successfully inserted for an AUTO_INCREMENT column as a result of the most recently executed INSERT statement.
翻译:
没有参数的last_insert_id()返回的是最近一次针对autoincrement列执行的INSERT语句的第一个自动生成的值。
官方文档原话:
If you insert multiple rows using a single INSERT statement, LAST_INSERT_ID() returns the value generated for the first inserted row only. The reason for this is to make it possible to reproduce easily the same INSERT statement against some other server.
翻译:
如果你在单条INSERT语句中插入多个值,那么last_insert_id()返回的是该INSERT语句第一个自动生成的值。
然后,剖析一下
请认真阅读上述翻译中的黑色字体,牢记last_insert_id()的约束。
为什么插入指定的值,last_insert_id()就失效了呢?
官方文档明明说了,是自动生成的值啊,不是你指定的值啊,是由autoincremnt计数器自己生成的才能被last_insert_id()追踪到哇。。
为什么多值插入的时候,显示的是第一条插入值啊,last不是最后一个值的意思么啊啊啊。。
官方文档明明说了,是最近一次的INSERT语句**自动生成的第一个值**哇哇哇。。
总结
记住last_insert_id()的约束。最近一次INSERT语句在autpincrement列上自动生成的第一个值。总结的这句话比翻译的那句话感觉顺口多了==
好了,
标签: mysql函数大全以及举例
本文链接地址:https://www.jiuchutong.com/biancheng/349624.html 转载请保留说明!友情链接: 武汉网站建设