SQL$HELP72.HLB  —  ALTER  FUNCTION  Arguments  COMMENT IS string
    Adds a comment about the function. SQL displays the text of the
    comment when it executes a SHOW FUNCTIONS statement. Enclose the
    comment in single quotation marks (') and separate multiple lines
    in a comment with a slash mark (/).

    This clause is equivalent to the COMMENT ON FUNCTION statement.
Close Help