输入banner图图片脚本导航/分类

数据库-mysql储存过程

> create procedure p1() #创建存储过程 -> begin select * from a; -> end // Query OK, 0 rows affected (0.00 sec) MariaDB [test2]> call p1() #调用存储过程 -> ; -> // +------+ | name | +------+ | 1 | | 2 | | 3 | | 4 | +------+ 4 rows in set (0.00 sec) Query OK, 0 rows affected (0.00 sec) MariaDB [test2]>

 

数据库-mysql储存过程

标签:iad   pre   0 rows   maria   adb   create   log   数据   数据库