guys. I want to display all table names in luasql sqlite3. I tried serveral ways but none of them succeeded. Can anyone help me? thanks a lot!
Asked
Active
Viewed 225 times
1 Answers
2
SELECT name FROM sqlite_master WHERE type = "table"

Morten Bergfall
- 2,296
- 4
- 20
- 35
-
is there a way to get name of the file(sqlite3 file) – Ratatouille Oct 24 '18 at 14:24