insert_with_limit.sql 97 B

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