aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/order_by/literal.sql
blob: aac08c3fb8359c43f04c037fe1a63c3d524f2f93 (plain) (blame)
1
2
3
4
5
6
7
8
/* postgres can not */
use plato;

insert into Output
select x
from (select ListFromRange(0,100) as x)
flatten by x
order by x;