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
SELECTc.nameAS"Company Name", COUNT(cars.id) AS"Cars Not Displayed"FROM companies c LEFT JOIN cars ONc.id=cars.companyIdLEFT JOIN eventParticipants ep ONcars.id=ep.carIdWHEREep.eventId IS NULL