Selecting columns from an SQLite table and formatting the output

  • 108 views

In this tutorial I select all columns from our test table using the SELECT command (the data query language command of SQL). Then I alter the formatting of the output using SQLite shell comands.