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 t.name as team_name, t.meeting_day as day, t.meeting_hour as hour, count(case when up.gender = 'Male' then 1 else null end) as Male_Count, count(case when up.gender = 'Female' then 1 else null end) as Female_Count