mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
duckdb: add new shorthand flag (#15747)
This commit is contained in:
parent
ee142ee83f
commit
9f41cf904e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
- Run an SQL script:
|
- Run an SQL script:
|
||||||
|
|
||||||
`duckdb -c ".read {{path/to/script.sql}}"`
|
`duckdb -f {{path/to/script.sql}}`
|
||||||
|
|
||||||
- Run query on database file and keep the interactive shell open:
|
- Run query on database file and keep the interactive shell open:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue