Warning: Do not know how to handle this statement at line 1331755:
CREATE DEFINER=`root`@`` FUNCTION `getOffice`(arg VARCHAR(5)) RETURNS varchar(255) CHARSET utf8
BEGIN DECLARE ret VARCHAR(255) ; SELECT hosname INTO ret FROM chospital WHERE hoscode = arg; IF ret is NULL THEN RETURN '-'; END IF; RETURN (ret); END $$
Ignoring this statement. Please file a bug-report including the statement if this statement should be recognized.