I ditched my terminal for Claude's built-in code executor, and I'm not going back.
What are the top 5 brands by receipts scanned for most recent month? WITH RecentMonth AS ( SELECT b.name AS brand_name, COUNT(r.receipt_id) AS receipt_count FROM ...