1 2 3 4 5 6 7
USE plato; $i = select * from Input where a > "a"; select a,b,c,d from $i; select c,d,e,f from $i; select count(*) from $i;