MySQL Forums
Forum List  »  Newbie

Re: mysql not recognizing DELIMITER
Posted by: Jon Stephens
Date: February 09, 2024 05:09PM

Don't confuse what your editor does with what MySQL does.

Use DROP PROCEDURE IF EXISTS to prevent an error if the procedure doesn't exist.

See CREATE PROCEDURE and CREATE FUNCTION Statements for an example that shows how to use DELIMITER.

There is no better source of information about MySQL than the MySQL Manual.

Good luck!

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql not recognizing DELIMITER
February 09, 2024 05:09PM


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.