SQLite Forum

Non-existent function lsname() in cli
Login
Hi,

In 14.6.1 of the cli documentation theres a reference to a lsname function, which does not exist in the cli shell.

`
SQLite version 3.35.5 2021-04-19 18:32:05
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> select * from lsname();
Error: no such table: lsname
`

<https://sqlite.org/cli.html>