Subject | Where is the DateDiff function in Firebird 2.03? |
---|---|
Author | thedevguy |
Post date | 2009-05-19T20:51:39Z |
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).
select datediff(
second, cast(current_date as timestamp), current_timestamp)
I get an unknown token for second (Using Database Workbench v2.8.8b Pro).