Re: [sqlite] support for SHOW?

2018-10-11 Thread David Raymond
Message- From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Thomas Kurz Sent: Thursday, October 11, 2018 3:11 PM To: SQLite mailing list Subject: [sqlite] support for SHOW? Hello, I'd like to ask whether it would be possible to add support for MySQL-style SHOW

[sqlite] support for SHOW?

2018-10-11 Thread Thomas Kurz
Hello, I'd like to ask whether it would be possible to add support for MySQL-style SHOW command, i.e. - SHOW TABLES [FROM db_name] - SHOW COLUMNS FROM table I know that this information can be retrieved in other ways, but imho SHOW is an easy-to-remember statement and could simplify things a