Closed dannyvolkaerts closed 7 months ago
Yes, .tables
is not working on the SQLite playground (sqlime) either. And interactive-sql
is using that playground behind the scene. So .tables
won't work.
In that case, try the command
SELECT * FROM sqlite_master WHERE type = 'table';
ok, thank you - that does the job
I am closing the issue then.
Hi,
Thank you for the nice extention! I like using it for my courses. One question though:
How can I use the SHOW TABLES command? In SQLite it should be .tables or tables but I can't manage to run this without error.
Thank you!