pears.hashToIqxId

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

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
}
  • database/procedures/pears_hashtoiqxid.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1