aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/column_group/groups.sql
blob: fe8ebf9ce9e61e6a0a7a497f10a7210b881492b2 (plain) (blame)
1
2
3
4
5
6
USE plato;

$i = select * from Input where a > "a";

select a,b,c,d from $i;
select c,d,e,f from $i;