Subject no year/month/date-function in firebird
Author Karl Steinam
Hello All,

i tried to make a sql-statement like that:

Select * from employee where month(hire_date) = 6;


As result i was told the the token month didn't exist.
Looking in the firebird doks i didn't found an example for
year/month/day-selects.

So are these functions not existing in firebird ??

THX

KS