Can I change a table from internal to external in hive? September 16, 2023 by Tarik ALTER TABLE <table> SET TBLPROPERTIES('EXTERNAL'='TRUE') Note: EXTERNAL and TRUE need to caps or it will not work