replace_inferred.sql 186 B

123456789
  1. /* postgres can not */
  2. /* kikimr can not */
  3. use plato;
  4. pragma yt.InferSchema;
  5. pragma yt.InferSchemaTableCountThreshold="100000";
  6. insert into Output with truncate
  7. select * from Output;