Small. Fast. Reliable.
Choose any three.

Search results 21..22 of 22 for: UNION

4.23.1. Examples using json_each() and json_tree()  ... SELECT name FROM user WHERE phone LIKE '704-%' UNION SELECT user.name FROM user, json_each(user.phone) WHERE json_valid(user.phone) AND json_each.value LIKE '704-%'; Consider a different database with "CREATE TABLE big(json JSON)". To see a complete ... 
 ... Compound SELECT Statements SQLite also allows two or more SELECT statements to be joined as peers using operators UNION, UNION ALL, INTERSECT, and EXCEPT. These compound select statements are implemented using transient tables. The implementation is slightly different for each ... 

123

Page generated by FTS5 in about 36.16 ms.