函数

concat()连接一个多个字符串

#自定义函数
show variables like "%fun%";#  看看有没有打开


创建

create function 函数名(变量)
return 数据类型
begin
执行的语句
return 数据
end


删除

drop function if exists 函数名

首页 我的博客
粤ICP备17103704号