mysql-创建函数,存储过程以及视图 1.创建函数 mysql>delimiter // mysql>create function 函数名(参数1 参数1类型,...) returns 返回类型 ...