Subject | Re: Count by day |
---|---|
Author | Ed Dressel |
Post date | 2004-12-03T17:54:42Z |
> If you are also storing time, then you would need to either useI tried the casing without success. I tried:
> a function (UDF) to get the date or one of the internal functions
> of FB, for example CAST.
select cast (Action_DateTime as date) from ActionLog
After looking in Borrie's text, I am guessing that IB 6 (which is
what my ISP has, I use Firebird locally) doesn't do this correctly.
Ed Dressel