By default, the SQLite command line shell formats query output as a pipe-separated list, without column headers.
If you need to output the results using commas instead of the pipe-symbol, you can specify this with the .separator
dot command.
If you need to format your results as string literals, see How to Enclose Strings in Single Quotes. Or if you need any strings to be enclosed in double quotes, see How to Format Results as CSV.
Continue reading