存储过程代码如图:报错信息:You have an error in your SQL syntax;check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 24
请帮忙看一下为什么会报错,小弟首次编写这种类型的存储过程:delimiter$create procedure mydb()begin declare dbname varchar(50);declare stop int default 0;declare cur cursor for(select name from name);name表中存放的是数据库的...
END 这是存储过程 You have an error in your SQL syntax;check the manual that corresponds to your MySQL server version for the right syntax to use near '-learning_student_handle()' at line 1 这是报错 求大神解答