Improve your programming skills

HIVE – How to rename table

To change table name in HIVE use code listed below:


ALTER TABLE table_name RENAME TO new_table_name;

Leave a comment

Your email address will not be published. Required fields are marked *