SQL$HELP_OLD72.HLB  —  ALTER  PROCEDURE  Arguments  COMMENT IS string
    Adds a comment about the procedure. SQL displays the text of the
    comment when it executes a SHOW PROCEDURES 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 PROCEDURE statement.
Close Help