I am new to SQLite and trying to work my way through the basics. The problem is when I give it a simple command:
select * from newTable; The output is as follows:
GoodState|GoodCapital ShittyState|Raleigh Which does not provide the column names on the output. My column names are: State and State_Capital
Is there any option available to make the column names show up on the top of the columns outputted like in MySql?