aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/column_group/hint_append_fail.sql
blob: 720052d6e16f28e6e116d4d5e633889aabebf479 (plain) (blame)
1
2
3
4
5
6
/* custom error:Insert with "column_groups" to existing table is not allowed*/
USE plato;

insert into Output
with column_groups="{g1=[a;b];def=#}"
select * from Input;