//
存储函数 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 2015-12-17 09:25  日记本的回忆  阅读(379)  评论(0编辑  收藏  举报