我必须将一些存储过程从MS Sql Server转换到MySQL
和SQL Server中我有这两个variables:
@@ERROR
@@IDENTITY
有没有MySql类似的全局variables?
你可能会得到最后一个插入ID
select LAST_INSERT_ID();