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 bit. For SHOW TABLES 
e.g. an alias to "SELECT name FROM sqlite_master WHERE type='table'" would be 
sufficient.

Kind regards,
Thomas

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

Reply via email to