For et enkelt niveau af indlejring , dette kan virke næsten trivielt:
SELECT *
FROM transactions
ORDER BY COALESCE(parent_id, id), id
For et enkelt niveau af indlejring , dette kan virke næsten trivielt:
SELECT *
FROM transactions
ORDER BY COALESCE(parent_id, id), id