All Events Stats
Stats
Error description: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UNION
Select 'Registered' as Title, count(*) as Count from eventAttendee where ' at line 2 SQL: Select 'Potential Attendees' as Title, count(*) as Count from eventPotentialAudience where No =
UNION
Select 'Registered' as Title, count(*) as Count from eventAttendee where No =
UNION
SELECT 'Members' as Title, Count(*) as Count FROM `eventAttendee` EA where EA.No = and EA.Source = 'M'
UNION
SELECT 'Applicants' as Title, Count(*) as Count FROM `eventAttendee` EA where EA.No = and EA.Source = 'A'
UNION
SELECT 'Potential New Members' as Title, Count(*) as Count FROM `eventAttendee` EA where EA.No = and EA.SourceNo = 0