SQLzoo.net

What version of the software am I using?

Postgres
Many implementations of SQL are being developed continuously and new releases are common. Usually there is a version number.


Specific to Postgres
We can use a SELECT statement without specifying a table. The version() function returns details of the current implementation.

Related links:

  • META DATA