USE plato; pragma yt.MinColumnGroupSize="3"; pragma yt.ColumnGroupMode="perusage"; $i = select * from Input where a > "a"; select a,b from $i; select c,d,e,f from $i;