Per un unico livello di annidamento , questo può sembrare quasi banale:
SELECT *
FROM transactions
ORDER BY COALESCE(parent_id, id), id
Per un unico livello di annidamento , questo può sembrare quasi banale:
SELECT *
FROM transactions
ORDER BY COALESCE(parent_id, id), id