Here’s the query you can run in SQLite to return all the columns from a specified table in SQLite.
PRAGMA table_info(table);
Here’s the query you can run in SQLite to return all the columns from a specified table in SQLite.
PRAGMA table_info(table);