On 24 Oct 2019, at 10:18am, Winfried <[email protected]> wrote: > Is there a good book you would recommend to learn about SQLite, especially > regarding SELECT?
A list already made: <https://sqlite.org/books.html> Books long and short, concentrating on different things. You might also be interested in books about SQL, the query language used by SQLite and many other database engines. This would include various complicated things that can be done using SELECT. Unfortunately I don't learn well from books, so I can't recommend any. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

