summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/insert/part_sortness.yql
blob: 291ae5ae7edb326a38322d68a650e6aff2c7e319 (plain) (blame)
1
2
3
4
5
/* postgres can not */
insert into plato.Output with truncate
SELECT
    key,value
FROM plato.Input;