Link to this page
Print this page
Parent topic
:
Static SQL statements
SQL support
/
Static SQL statements
RENAME
Renames an object in the database.
Syntax:
RENAME
{
TABLE
|
COLUMN
|
INDEX
|
SEQUENCE
}
old-name
TO
new-name