sqlite
Database; use; embedded relational database
version
UK[?v?:?n] US [?v?:r?n]
n. Version; translation, translation; statement; inversion technique
SQLite version function syntax
Function: SQLite sqlite_version function returns the version of the SQLite library.
Syntax: sqlite> SELECT sqlite_version() AS 'SQLite Version';
SQLite version function example
實(shí)例: sqlite> SELECT sqlite_version() AS 'SQLite Version'; 上面的 SQLite SQL 語(yǔ)句將產(chǎn)生以下結(jié)果: SQLite Version -------------- 3.6.20