MySQL LAST_INSERT_ID() 函数
定义和用法
LAST_INSERT_ID() 函数返回在表格中插入或更新的最后一行自动递增 ID。
语法
LAST_INSERT_ID(表达式)
参数值
参数 | 描述 |
---|---|
表达式 | 可选。一个表达式 |
技术细节
适用范围 | 从 MySQL 4.0 开始 |
---|
LAST_INSERT_ID() 函数返回在表格中插入或更新的最后一行自动递增 ID。
LAST_INSERT_ID(表达式)
参数 | 描述 |
---|---|
表达式 | 可选。一个表达式 |
适用范围 | 从 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]