blob: 0b284e5c733a49afec9d1556b6a5429fbd7baaac [file] [log] [blame]
select time_by_day.time_id as c0 from time_by_day as time_by_day where (time_by_day.month_of_year = 1 and time_by_day.quarter = 'Q1' and time_by_day.the_year = 1997) and time_by_day.time_id = 368 group by time_by_day.time_id order by time_by_day.time_id ASC NULLS LAST;