复制代码


//
存储函数 create function hello(w char(20) charset utf8) returns char(50) reads sql data begin return concat('hello',w,'!'); end $ //运行函数 select hello('日记本的回忆') //删除该函数 drop function hello$ //查看已存在函数 show function status\G
复制代码

 

posted on   日记本的回忆  阅读(379)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示