mysql-函数,视图,触发器

存储过程函数mysql -- 设置数据库的结束符为 /// mysql> delimiter /// -- 建立过程函数test mysql> create procedure test(a int) -> begin -> select * from student where id=a; -> end -> /// Query OK, 0 rows affect
相关文章
相关标签/搜索