blob: b73ec63d60b64eb97312311279e7fb90d38159a4 [file] [log] [blame]
create table external1 (col1 int, col2 string);
alter table external1 set tblproperties ('EXTERNAL'='TRUE');
-- truncate on external table should throw exception. Property value of 'EXTERNAL' is not case sensitive
truncate table external1;