1 line
73 B
MySQL
Raw Normal View History

SELECT "name" FROM "sqlite_master" WHERE type='table' ORDER BY "name" ASC