正在加载图片...
·6,11创建存储过程 MySQL 案例:刨建一个存储过程,实现根据学号查看学生信 息的功能。 del imiter Ss create procedure xx student (in xh char(6)) begin select*千 rom xs where学号=xh ena ds s del imiter M/ySQL数据库应用》hto:/ mysqlxg. hactcmeducn 第11页《MySQL数据库应用》 http://mysql.xg.hactcm.edu.cn/ 第 11 页 6.1.1 创建存储过程 案例:创建一个存储过程,实现根据学号查看学生信 息的功能。 delimiter $$ create procedure xx_student(in xh char(6)) begin select * from xs where 学号=xh; end$$ delimiter ;
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有