summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/insert/default_cluster.yql
blob: 7c7910ac0cc92921d46d5ca253e881c697021c5d (plain) (blame)
1
2
3
4
5
6
7
8
/* ytfile can not */
/* dqfile can not */
/* hybridfile can not */
use yt:default;

insert into Output
select * from Input;