SQLite sqlite_version() Function

The SQLite sqlite_version() function returns the version of the current SQLite server.

Syntax

Here is the syntax of the SQLite sqlite_version() function:

sqlite_version()

Return value

The SQLite sqlite_version() function returns a string representing the version of the current SQLite server.

Examples

This example shows the basic usage of the SQLite sqlite_version() function:

SELECT sqlite_version();
sqlite_version()
----------------
3.37.0