groups.sql 101 B

123456
  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;