Mysql 中获取刚插入的自增加id的值

Sql代码    insert into user (username,password) VALUES ('zyl','123');    select last_insert_id();    获取刚插入的自增加id的值   [sql]  view plain copy insert into user (username,password) VALUES ('zyl','123');   s
相关文章
相关标签/搜索