1
0
Fork 0
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:
Gabor Szarnyas 2025-02-19 16:44:53 +01:00 committed by GitHub
parent ee142ee83f
commit 9f41cf904e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: