> On Jun 26, 2019, at 9:58 AM, a...@zator.com wrote:
> 
> the sad reality is that it is difficult to find examples of SQL, apart from 
> being attentive to these pages where sometimes you learn a lot in the code of 
> some answers.

I don’t know what to say to that! Have you looked outside the SQLite website? A 
simple web search like [sql examples] returns zillions of hits. There are 
innumerable books on SQL. And with all the open source software out there, if 
you just look up an application that does something like what you want to do (a 
CMS, say), you can browse its code for the SQL schema and queries it uses.

> I understand and empathize absolutely with the O.P. and must add that in the 
> documentation of SQLite, I have always missed examples and comments that, for 
> example, can be found in the PHP doc.

PHP is a language. SQLite is not. It stands to reason that the documentation 
for a language would provide lots of examples of its use; the documentation for 
a compiler/runtime, not so much. (For example, compare K&R with the GCC or 
Clang documentation.)

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to