copy.sql 62 B

123
  1. insert into plato.Output
  2. select * from plato.Input
  3. limit 100;