Subject Re: Ask current system time
Author Stephen Boyd
try SELECT 'NOW' FROM RDB$DATABASE. RDB$DATABASE always only has 1
row so this SELECT will return one row with the current date and time.