Nonstop Database, HiRDB Version 9 System Operation Guide

[Contents][Index][Back][Next]

13.9.1 Example 1: Changing a table name

This example changes the name of a table from TABLE01 to TABLE02.

Organization of this subsection
(1) Use the ALTER TABLE statement to change a table's name

(1) Use the ALTER TABLE statement to change a table's name

 
ALTER TABLE TABLE01 RENAME TABLE TO TABLE02;