blob: 706874270292670a92f407fa68526dcdd158bd40 [file] [log] [blame]
select
extract(month from c_date)
from
alltypes
group by
extract(month from c_date)
order by
extract(month from c_date);