aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/schema/append_to_desc.sql
blob: 61480975cbd8e85b41a6dc4ab81f1c10834f0dc1 (plain) (blame)
1
2
3
4
5
6
/* postgres can not */
USE plato;

insert into Output
select * from Input
order by key desc, subkey desc;