Subject Re: [firebird-support] Month Of a "Date Type" field
Author Artur Anjos
select extract(month from YourDateField)

You can use month, year, day if it's a date field, and others like weekday.

See documentation on EXTRACT keyword.

Artur