Subject Re: Count by day
Author Ed Dressel
> If you are also storing time, then you would need to either use
> a function (UDF) to get the date or one of the internal functions
> of FB, for example CAST.

I tried the casing without success. I tried:

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