DELIMITER In sql
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...
Jan 15, 20242 min read42
