DELIMITER In sql
Jan 15, 2024 · 2 min read · In MySQL, the DELIMITER command is used to change the default statement delimiter (;). When defining stored procedures, functions, triggers, or other compound statements, you might need to change the delimiter to allow for the use of semicolons withi...
Join discussion