MySQL DELIMITER support
See original GitHub issueSupport of custom MySQL delimiters in scripts.
DELIMITER $$
SELECT 1$$
SELECT 2$$
DELIMITER
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:19 (6 by maintainers)
Top Results From Across the Web
Support DELIMITER syntax #1683 - mysqljs/mysql - GitHub
DELIMITER is a feature of the MySQL CLI, not the MySQL Server. The MySQL CLI interprets queries containing semicolons as multiple statements, ...
Read more >MySQL DELIMITER
MySQLTutorial.org is a website dedicated to MySQL database. We regularly publish useful MySQL tutorials to help web developers and database administrators learn ...
Read more >Delimiters in MySQL - Stack Overflow
Note that the DELIMITER keyword is a function of the command line mysql client (and some other clients) only and not a regular...
Read more >MySQL 8.0 Reference Manual :: 25.1 Defining Stored Programs
To redefine the mysql delimiter, use the delimiter command. The following example shows how to do this for the dorepeat() procedure just shown....
Read more >Delimiters - MariaDB Knowledge Base
The default delimiter in the mysql client (from MariaDB 10.4.6, also called mariadb) is the semicolon. When creating stored programs from the command-line, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This works but fails when trying to use dumps from mysqldump. mysqldump uses a delimiter of “;;” for creating triggers/procedures.
Let’s try dark magenta as default value. Can be customized in preferences.