Subject | Re: [firebird-support] Month Of a "Date Type" field |
---|---|
Author | Artur Anjos |
Post date | 2003-08-21T02:37:27Z |
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
You can use month, year, day if it's a date field, and others like weekday.
See documentation on EXTRACT keyword.
Artur