====== pears.UniqueKey ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create function "pears"."UniqueKey"( /* Application Maintained Function / Procedure - DO NOT EDIT*/ in "x" char(50) default null ) returns char(20) not deterministic begin return "string"("IQXDBID","upper"("right"("inttohex"("UniqSeq"."NextVal"),7)),"right"("dateformat"(current timestamp,'yyyymmddhhnn'),11)) end