aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/order_by/literal_desc.sql
blob: 3aec7f5aa7c1030c3421c81b50058bee40ba5fe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* postgres can not */
/* hybridfile can not YQL-17743 */
use plato;

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