SQLite 3
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day.
SQLite generally follows PostgreSQL syntax. SQLite uses a dynamically and weakly typed SQL syntax that does not guarantee the domain integrity. This means that one can, for example, insert a string into a column defined as an integer. SQLite will attempt to convert data between formats where appropriate, the string "123" into an integer in this case, but does not guarantee such conversions and will store the data as-is if such a conversion is not possible.
SQLite is a popular choice as embedded database software for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems (such as mobile phones), among others. SQLite has bindings to many programming languages.
SQLite 3 - Popular snippets
- SQLite 3 SELECT SQLITE_VERSION()
last run:
2024-09-22 07:03:08
640
- SQLite 3 CREATE TABLE PRIMARY KEY AUTO_INCREMENT INSERT INTO SELECT WHERE IN GROUP BY HAVING
last run:
2023-09-05 19:55:38
63
- SQLite 3 d41d8cd98f00b204e9800998ecf8427e
last run:
2024-09-13 20:19:28
53
- SQLite 3 CREATE TABLE INSERT INTO SELECT LEFT JOIN WHERE NOT AND
last run:
2024-06-02 20:36:28
37
- SQLite 3 CREATE TABLE PRIMARY KEY DEFAULT INSERT INTO SELECT
last run:
2024-09-08 21:46:41
26
- SQLite 3 CREATE TABLE PRIMARY KEY INSERT INTO SELECT
last run:
2023-12-30 06:59:14
22
- SQLite 3 CREATE TABLE INSERT INTO SELECT COUNT SUM GROUP BY
last run:
2023-04-29 13:15:23
22
- SQLite 3 CREATE TABLE PRIMARY KEY INSERT INTO SELECT WHERE DELETE
last run:
2024-05-03 09:56:12
20
- SQLite 3 CREATE TABLE NOT PRIMARY KEY INSERT INTO
last run:
2024-05-06 00:20:21
19
- SQLite 3 4625b31005a03ac3c6f854c5df55e002
last run:
2024-01-25 18:18:03
19
SQLite 3 - New snippets
-
SQLite 3 CREATE TABLE NOT PRIMARY KEY INSERT INTO SELECT JSON_AGG GROUP BY ORDER BY
added at:
2024-10-06 17:42:23
1
-
SQLite 3 DROP TABLE CREATE TABLE NOT CONSTRAINT PRIMARY KEY FOREIGN KEY INSERT INTO SELECT WHERE DEFAULT
added at:
2024-10-03 15:37:39
1
-
SQLite 3 DROP TABLE CREATE TABLE NOT CONSTRAINT PRIMARY KEY FOREIGN KEY INSERT INTO SELECT WHERE DEFAULT
added at:
2024-10-03 13:09:36
1
-
SQLite 3 DROP TABLE CREATE TABLE NOT CONSTRAINT PRIMARY KEY FOREIGN KEY INSERT INTO SELECT WHERE DEFAULT
added at:
2024-10-03 11:24:31
1
-
SQLite 3 CREATE TABLE INSERT INTO SELECT WHERE INNER JOIN
added at:
2024-10-02 13:40:42
1
-
SQLite 3 CREATE TABLE INSERT INTO SELECT WHERE INNER JOIN
added at:
2024-10-02 13:40:10
1
-
SQLite 3 CREATE TABLE INSERT INTO SELECT WHERE INNER JOIN
added at:
2024-10-02 13:39:42
1
-
SQLite 3 CREATE TABLE INSERT INTO SELECT WHERE
added at:
2024-10-02 13:16:25
2
-
SQLite 3 CREATE TABLE INSERT INTO
added at:
2024-10-02 13:16:01
1
-
SQLite 3 CREATE TABLE INSERT INTO SELECT WHERE
added at:
2024-10-02 13:14:38
1