What version of the software am I using?

From SQLZoo

What version of the software am I using?

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

SELECT sqlite_version()
select version()
select * from v$version
SELECT @@version
SELECT version()
SELECT @@version
  • Served by: noddy at 2026-07-03T19:25