append_to_desc.sql 105 B

123456
  1. /* postgres can not */
  2. USE plato;
  3. insert into Output
  4. select * from Input
  5. order by key desc, subkey desc;