mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Corrected stdin example
This commit is contained in:
parent
b30f725d98
commit
d7b1024d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ Or for data in a CSV file:
|
|||
|
||||
`sqlite-utils memory` lets you import CSV or JSON data into an in-memory database and run SQL queries against it in a single command:
|
||||
|
||||
$ cat dogs.csv | sqlite-utils memory - "select name, age from dogs"
|
||||
$ cat dogs.csv | sqlite-utils memory - "select name, age from stdin"
|
||||
|
||||
See the [full CLI documentation](https://sqlite-utils.datasette.io/en/stable/cli.html) for comprehensive coverage of many more commands.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue