1 2 3 4
/* multirun can not */ insert into plato.Output select * from plato.Input order by d, a, b, c; commit; select * from plato.Output;