blob: 1645efc63cddeb523b24f4b3d9947e60f186b98f [file] [log] [blame]
create external table ice01(a int, b string, c int) stored by iceberg;
-- insert into branch test1 which does not exist
insert into default.ice01.branch_test1 values(11, 'one', 22);