The SQLite command line interface provides us with several options for outputting our results in tabular format.
These can be set using the .mode
command. You simply type .mode
followed by the desired output format.
Below are examples of the various tabular modes available in SQLite.
Continue reading