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 school_type,district,null,null,null,level,year,period,null,null,count(*) total,count(CASE WHEN lesson_begin is not null THEN 1 ELSE null END) hasdate,count(CASE WHEN lesson_status = 'RUNNING' THEN 1 ELSE null END) as running from pre_cube_hours group by school_type,district,level,year,period;