You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT c.name AS "Company Name", COUNT(cars.id) AS "Cars Not Displayed" FROM companies c LEFT JOIN cars ON c.id = cars.companyId LEFT JOIN eventParticipants ep ON cars.id = ep.carId WHERE ep.eventId IS NULL