Subject Number od days in selected month
Author majstoru
Hi,

I have a simple question for the Firebird gurus!

How to get a number of days into SELECTED SQL statement from date
field, for example:
SELECT Date, xxx AS Days
FROM Table1
WHERE Date = '13.08.2006'

Result:
Date Days
====================
13.08.2006 31

Thanks for all help! ;-)