select_field_limit_offset.sql 86 B

123456
  1. insert into plato.Output
  2. select key from plato.Input
  3. order by key
  4. limit 4 offset 1;