MySQL Stored Procedure
- by xdevel2000
I must convert some stored procedures from MS Sql Server to MySQL
and in Sql Server I have these two variables:
@@ERROR for a server error and
@@IDENTITY for the last insert id
are there MySql similar global variables?