DELIMITER $$ create function sayhello() returns varchar(200) begin return 'hello boy'; end$$ DELIMITER ;