借助CALL语句,我们可以调用Mysql存储过程。为了让它理解,我们正在调用 allrecords() 存储过程 -mysql> CALL allrecords(); +------+---------+------------+--
借助CALL语句,我们可以调用Mysql存储过程。为了让它理解,我们正在调用 allrecords() 存储过程 -
mysql> CALL allrecords();
+------+---------+------------+------------+
| id | Name | Address | Subject |
+------+---------+------------+------------+
| 100 | Aarav | Delhi | Computers |
| 101 | YashPal | Amritsar | History |
| 105 | Gaurav | Jaipur | Literature |
| 110 | Rahul | Chandigarh | History |
+------+---------+------------+------------+
4 rows in set (0.00 sec)
Query OK, 0 rows affected (0.01 sec)
--结束END--
本文标题: 我们如何调用MySQL存储过程?
本文链接: https://lsjlt.com/news/436185.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0