1 2 3 4 5 6 7 8 9 10 11
INSERT INTO plato.Output SELECT * FROM ( SELECT TableRow() as x FROM plato.Input UNION ALL SELECT 1 as y FROM plato.Input ) flatten columns