insert_from_other.sql 90 B

1234
  1. /* postgres can not */
  2. insert into plato.Output with truncate
  3. select * from plato.Input;