blob: ec481c477128f3af3a1d862aed70c923c61fdf3f (
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="100000";
insert into Output with truncate
select * from Output;
|