Subject | Re: [ib-support] no year/month/date-function in firebird |
---|---|
Author | Ann W. Harrison |
Post date | 2002-11-11T14:46:36Z |
At 03:14 PM 11/11/2002 +0100, Karl Steinam wrote:
select * from employee where hire_date containing 'JUN';
Regards,
Ann
www.ibphoenix.com
We have answers.
> > >Another syntax that works is
> > > Select * from employee where month(hire_date) = 6;
select * from employee where hire_date containing 'JUN';
Regards,
Ann
www.ibphoenix.com
We have answers.