MySQL LAST_INSERT_ID() 函数
定义和用法
LAST_INSERT_ID() 函数返回已插入表的最后一行中 AUTO_INCREMENT 的 ID。
语法
LAST_INSERT_ID(expression)
参数值
参数 | 描述 |
---|---|
expression | 可选。表达式 |
技术细节
有效于 | MySQL 4.0 及以后 |
---|
LAST_INSERT_ID() 函数返回已插入表的最后一行中 AUTO_INCREMENT 的 ID。
LAST_INSERT_ID(expression)
参数 | 描述 |
---|---|
expression | 可选。表达式 |
有效于 | MySQL 4.0 及以后 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]