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...
snowcodes.hashnode.dev2 min read