Subject Re: [ib-support] Advice
Author Luiz
----- Original Message -----
From: "Sandeep" <sandeep@...>


> try this
>
> select Date_Birth
> from tableA
> where (extract (month from Date_Birth) between 4 and 5) and
> (extract (day from Date_Birth) between 10 and 12)
>
It will be very slow in a big table and this is my case.

Luiz.