MySQL Forums
Forum List  »  Newbie

Re: Stored Procedure
Posted by: Jon Stephens
Date: August 15, 2024 03:58PM

Quote

Do Stored Procedures actually work in MySQL?

Every example of a stored procedure or other stored program shown in the MySQL Manual was written and tested in MySQL by myself or another writer on our team in the course of writing the documentation.

I believe this might be part of your problem:

let mContinue = "YES";

LET is not valid syntax. Use SET instead.

cheers,

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
August 13, 2024 12:21PM
August 13, 2024 08:04PM
August 14, 2024 12:07AM
August 14, 2024 07:13AM
August 14, 2024 09:44PM
August 15, 2024 07:47AM
Re: Stored Procedure
August 15, 2024 03:58PM
August 15, 2024 06:32PM
August 15, 2024 06:36PM
August 16, 2024 05:25AM
August 15, 2024 05:49PM
August 16, 2024 08:32AM
August 16, 2024 03:41PM
August 16, 2024 09:24PM


Sorry, only registered users may post in this forum.

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.