summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/insert/fail_read_view_after_modify.yql
blob: a58b0d5d89fb6c656d640b355b1f6bb5c258b3f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* postgres can not */
/* syntax version 1 */
/* custom error:Table "Output" cannot have any view after replacing its content*/
insert into plato.Output with truncate
select * from plato.Input;

commit;

select * from plato.Output view raw;