August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite_version() — Return the version string of the current SQLite library
sqlite_version( )
The sqlite_version() function returns a text value
consisting of the version number of the SQLite library. A
typical string would be something like '3.7.2'.
This SQL function is a wrapper around
the C function sqlite3_libversion(), and has all of the same
limitations and conditions.
sqlite_source_id(), sqlite3_libversion() [C API, Ap G]
Read now
Unlock full access