SQL$HELP_OLD72.HLB  —  ALTER  TABLE  Arguments  RENAME_TO
    Changes the name of the table being altered. See the RENAME
    statement for further discussion. If the new name is the name
    of a synonym then an error will be raised.

    The new name must not exist as the name of an existing table,
    synonym, sequence or view. You may not rename a system table.

    The RENAME TO clause requires synonyms be enabled for this
    database. Refer to the ALTER DATABASE SYNONYMS ARE ENABLED
    clause. Note that these synonyms may be deleted if they are no
    longer used by database definitions or applications.
Close Help