Syntax documentationrename_table_statement Locate this document in the navigation structure

Syntax Syntax

  1. <rename_table_statement> ::=
      RENAME TABLE <old_table_name> TO <new_table_name>
End of the code.