blob: f9eddfbf426264ef92e5c18d1df486e4fe7b78cb [file] [log] [blame]
select
cast(extract(month from c_timestamp) as bigint)
from
alltypes
group by
cast(extract(month from c_timestamp) as bigint)
order by
cast(extract(month from c_timestamp) as bigint);