aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/insert/replace_inferred_op.sql
blob: 40e1d5e3cd072d4be6d94b6d8157315ee6ab00a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* postgres can not */
/* kikimr can not */
use plato;

pragma yt.InferSchema;
pragma yt.InferSchemaTableCountThreshold="0";

insert into Output with truncate
select * from Output;