DuckDB’s command-line interface (CLI) provides a simple built-in method for outputting query results as tab-separated values (TSV) using the .mode tabs command.
This article takes a quick look at this output mode and explores some of the options available for when outputting query results as a tab-separated list.