[Oracle] Rename table statement

오라클 테이블명 변경하기

 

Syntax

ALTER TABLE from_name RENAME TO to_name;

 

+ Recent posts