====== pears.TempShiftMatchSkillDescription ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create function "pears"."TempShiftMatchSkillDescription"( in "planid" char(20) ) returns char(200) begin declare "rv" char(200); set "rv" = (select "referencecode" from "tempshiftplan" where "tempshiftplanid" = "planid"); return("rv") end