Core Functions
SQL As Understood By SQLite
Core Functions
The core functions shown below are available by default- Date & Time functions, aggregate functions, and JSON functions are documented separately. An application may define additional functions written in C and added to the database engine using the sqlite3_create_function() API.