MySQL Forums
Forum List  »  Newbie

Re: Converting SQL Server Stored Proc to MySQL Stored Proc
Posted by: Rick James
Date: August 18, 2015 09:24PM

START TRANSACTION;
SELECT ... FOR UPDATE.
...
COMMIT;

Options: ReplyQuote


Subject
Written By
Posted
Re: Converting SQL Server Stored Proc to MySQL Stored Proc
August 18, 2015 09:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.