hint_anon_groups.sql 204 B

123456789
  1. USE plato;
  2. $i = select * from Input where a > "a";
  3. select a,b,c,d from $i;
  4. select c,d,e,f from $i;
  5. -- Forces specific group for $i
  6. insert into @tmp with column_groups="{grp=[b;c;d]}" select * from $i;