Subject Re: [firebird-support] select birthdays from the next several days
Author Christian Brümmer
Hi all,

thanks for all your answers:

>>select Birthday
>>from Persons
>>where cast('2000-' || extract(month from Birthday) || '-' || extract(day
>>from Birthday) as date) between [...]

I'm sorry to say, that this will fail during the end of the year.

Any other ideas or improvements?

Best regards

Christian