Show Columns for a table in SQLite

Here’s the query you can run in SQLite to return all the columns from a specified table in SQLite.

PRAGMA table_info(table);


Posted

in

by

Tags: