当前位置:Gxlcms > 数据库问题 > 数据库-mysql储存过程

数据库-mysql储存过程

时间:2021-07-01 10:21:17 帮助过:11人阅读

> 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   数据   数据库   

人气教程排行