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