mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
docs: document duckdb support
This commit is contained in:
parent
460c6fae63
commit
099c605dc5
11 changed files with 86 additions and 7 deletions
|
|
@ -35,6 +35,9 @@ Quote SQL in shell scripts and when the query contains spaces or punctuation.
|
|||
# Count rows in a table
|
||||
ktx sql --connection warehouse "select count(*) from public.orders"
|
||||
|
||||
# Count rows in a DuckDB table
|
||||
ktx sql --connection warehouse "select count(*) as rows from orders"
|
||||
|
||||
# Return a small result set
|
||||
ktx sql \
|
||||
--connection warehouse \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue