Subject Ask current system time
Author Florian Völkl
Hello,

I simply need to find out the current_timestamp on a firebird
database server.

I used the syntax I am used to from other database systems "SELECT
current_timestamp" but firebird doesnt seem to understand SELECT
without FROM (I also tried stuff like SELECT 1+2).

How can I simply findout the current systemtime of a firebird server?

Thanks,
Flo