What version of the software am I using?
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