Subject Re: [firebird-support] Grabbing only date portion of Timestamp?
Author Joe Martinez
>What is the dialect of the database? If it's dialect 1, then you'll
>need a UDF to extract the date portion. Because under dialect 1, the
>datatype DATE is the equivalent of TIMESTAMP in dialect 3, and that
>there's no equivalent for dialect 3's DATE and TIME datatypes.

Yes, it is dialect 1. Sigh.

-Joe