merge_publish.sql 530 B

1234567891011121314151617181920
  1. /* postgres can not */
  2. /* kikimr can not */
  3. /* ignore plan diff */
  4. use plato;
  5. pragma yt.ScriptCpu="1.0";
  6. insert into Output1 select "1" as key, subkey, value from Input;
  7. insert into Output2 select "2" as key, subkey, value from Input;
  8. insert into Output2 select "3" as key, subkey, value from Input;
  9. insert into Output1 select "4" as key, subkey, value from Input;
  10. pragma yt.ScriptCpu="2.0";
  11. insert into Output1 select "5" as key, subkey, value from Input;
  12. insert into Output1 select "6" as key, subkey, value from Input;