pears.DAXTRACreate
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
Original SQL
CREATE FUNCTION "pears"."DAXTRACreate"( IN "paramsp" CHAR(20) ) RETURNS long VARCHAR BEGIN DECLARE "RVal" long VARCHAR; -- personid if successful -- failmessage= if fails RETURN "RVal" END