如果数据库是ORACLE:
RENAME command
PURPOSE:
To rename a table, view, sequence, or private synonym.
SYNTAX:
RENAME old TO new
where:
old
is the current name of an existing table, view, sequence, or private
synonym.
new
is the new name to be given to the existing object.