Answers for "how to convert external table to managed table in hive"

SQL
0

how to convert external table to managed table in hive

ALTER TABLE employee SET TBLPROPERTIES('EXTERNAL'='FALSE');
Posted by: Guest on December-20-2021

Code answers related to "how to convert external table to managed table in hive"

Code answers related to "SQL"

Browse Popular Code Answers by Language