Subject | Re: Where is the DateDiff function in Firebird 2.03? |
---|---|
Author | thedevguy |
Post date | 2009-05-19T21:38:18Z |
IB_SQL gives me the same error.
--- In firebird-support@yahoogroups.com, "thedevguy" <stinkyduck@...> wrote:
>
> Has the DateDiff function been deprecated? I can't seem to get a simple query like this to work
>
> select datediff(
> second, cast(current_date as timestamp), current_timestamp)
>
> I get an unknown token for second (Using Database Workbench v2.8.8b Pro).
>