====== pears.hashToIqxId ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."hashToIqxId" IS
{create FUNCTION hashToIqxId
(in source char(255))
returns char(20)
deterministic
begin
return upper(left(IQXDBID+hash(source),20))
end
}