I have an SQL statement that works
SELECT * FROM eventsTable WHERE columnName=\'Business\'
I want to add this as a subquery...
Assuming there is a column named business:
SELECT Business, COUNT(*) FROM eventsTable GROUP BY Business