====== pears.DAXTRAGenerate ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create function "pears"."DAXTRAGenerate"( in "paramsp" char(20) )
returns long varchar
begin
declare "RVal" long varchar;
-- name_fo=John+Smith&name_ln=Smith&name_fn=John&same_sx=Male if successful
-- blank if not found
return "RVal"
end