chars 0
chars 0
visual trace formatter
Compare ordinary code with boxed output that makes clauses, branches, nesting, and closing points easier to follow.
SELECT c.name, o.total, CASE WHEN o.status = 'open' THEN 'review' ELSE 'done' END AS lane FROM customers c JOIN orders o ON o.customer_id = c.id WHERE c.active = 1;