Subject Query Firebird Server Version
Author Andreas
Is there a SQL-command for querying the version number of a
Firebird/Interbase server?

With Oracle you can use for example
select version from v$instance

and with MS-SQL server
select @@version


Thanks for the info