MySQL Stored Procedure
Posted
by xdevel2000
on Server Fault
See other posts from Server Fault
or by xdevel2000
Published on 2010-04-02T07:14:19Z
Indexed on
2010/04/02
7:23 UTC
Read the original article
Hit count: 434
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?
© Server Fault or respective owner