Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 321 Bytes

sqlite3.md

File metadata and controls

17 lines (11 loc) · 321 Bytes

sqlite3

Query results display format

If you want your query results to be displayed like a table, use the .mode command.

.mode column

If you also want the column names to be displayed, use the .headers command

.headers on