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