pears.IsFuzeUser

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"."IsFuzeUser" IS 
{CREATE FUNCTION IsFuzeUser 
()
RETURNS SMALLINT
BEGIN
  -- userstaffid + question
  RETURN 0
END
}