In postgresql you have the table version
where all the data that I need, will be in it. Ex.:
SQL:
Select * from version()
Result:
PostgreSQL 9.2.3 on x86_64-unknown-linux-gnu, compiled by gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064], 64-bit
Is there something like this in Firebird, or something similar that returns the operating system and platform?