认证0级讲师
The semicolon is the terminator of the mysql command, and DELIMITER is used to change the input terminator.
The semicolon after the INSERT and RETURN statements is to separate multiple statements in the function/stored procedure. Otherwise, how do you divide the multiple statements in the stored procedure?
The semicolon is the terminator of the mysql command, and DELIMITER is used to change the input terminator.
The semicolon after the INSERT and RETURN statements is to separate multiple statements in the function/stored procedure. Otherwise, how do you divide the multiple statements in the stored procedure?