SELECT plan, COUNT(*) FROM subscriptions GROUP BY plan;
Run against Production Postgres · 18 rows returned.
SQL
SELECT plan, COUNT(*) FROM subscriptions GROUP BY plan;Results
plan
count
Run against Production Postgres · 18 rows returned.
SELECT plan, COUNT(*) FROM subscriptions GROUP BY plan;