Syntax documentationrename_view_statement Locate this document in the navigation structure

Syntax Syntax

  1. <rename_view_statement> ::=
      RENAME VIEW <old_table_name> TO <new_table_name>
End of the code.