blob: c372686252a21a4c7c4b6c1dd17cfd70b65a40db [file] [log] [blame]
select count(*) as c0 from (select distinct time_by_day.day_of_month as c0, time_by_day.week_of_year as c1, time_by_day.the_year as c2 from time_by_day as time_by_day) as init;