hint_append_fail.sql 169 B

123456
  1. /* custom error:Insert with "column_groups" to existing table is not allowed*/
  2. USE plato;
  3. insert into Output
  4. with column_groups="{g1=[a;b];def=#}"
  5. select * from Input;