MySQL 建立函数

DELIMITER $$
create
	function sayhello() returns varchar(200) begin return 'hello boy'; end$$
DELIMITER ;
相关文章
相关标签/搜索