MySQL 建立函數

DELIMITER $$
create
	function sayhello() returns varchar(200) begin return 'hello boy'; end$$
DELIMITER ;
相關文章
相關標籤/搜索