Subject | Re: Ask current system time |
---|---|
Author | Stephen Boyd |
Post date | 2006-10-27T15:59:38Z |
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.
row so this SELECT will return one row with the current date and time.