当前位置:Gxlcms > 数据库问题 > Mysql自定义函数

Mysql自定义函数

时间:2021-07-01 10:21:17 帮助过:22人阅读

if exists f1 $ mysql> create function f1(l1 int,l2 int) returns int begin declare mun int; set mun = l1 + l2; return(mun); end $ mysql> delimiter ; mysql> select f1(3,4); 代码

技术分享

 

技术分享

Mysql自定义函数

标签:cti   span   create   style   函数   open   自定义函数   ges   class   

人气教程排行