mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fixed RST formatting
This commit is contained in:
parent
c83dd8a5eb
commit
7689ca7229
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ You can execute a SQL query against a database and get the results back as CSV l
|
|||
|
||||
$ sqlite-utils csv docs.db "select id, title, author from documents"
|
||||
|
||||
This will default to including the column names as a header row. To exclude the headers, use ``--no-headers``:
|
||||
This will default to including the column names as a header row. To exclude the headers, use ``--no-headers``::
|
||||
|
||||
$ sqlite-utils csv docs.db "select id, title, author from documents" --no-headers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue