Show help of commands in SQLite shell

sqlite

Any command to show the usage of a command or a SQL statement?

Such as (though none works here):

.help schema
.help .schema
.help INSERT
.help SELECT

Best Answer

Besides the overview shown by .help, the is no more information in the shell.

You have to use the on-line documentation of the shell or the SQL language.