hint_anon.sql 167 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 single group for $i
  6. insert into @tmp select * from $i;