1 2 3 4 5 6
--!syntax_pg INSERT INTO plato."Output" SELECT key, index+1 as index FROM plato."Input" ORDER BY index;