Subject | Number od days in selected month |
---|---|
Author | majstoru |
Post date | 2006-08-07T10:48:50Z |
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! ;-)
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! ;-)