mysql> delimiter //
mysql> create procedure rong
-> begin
-> select * from student;
-> end //
ERROR 1064 (42000): 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 'begin
select * from student;
end' at line 2
mysql>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
mysql存储过程批量插入数据
oracle存储过程批量插入数据
sqlserver存储过程批量插入数据