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
}