Subject Where is the DateDiff function in Firebird 2.03?
Author thedevguy
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).