mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
duckdb: add UI example (#16204)
This commit is contained in:
parent
ef552b82b1
commit
0bcbb3e96e
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@
|
|||
|
||||
`cat {{path/to/source.csv}} | duckdb -c "{{COPY (FROM read_csv('/dev/stdin')) TO '/dev/stdout' WITH (FORMAT CSV, HEADER)}}"`
|
||||
|
||||
- Display help:
|
||||
- Start the DuckDB UI, a web interface with notebooks:
|
||||
|
||||
`duckdb -help`
|
||||
`duckdb -ui`
|
||||
|
|
Loading…
Add table
Reference in a new issue