Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-21 00:20:26 +00:00
parent a360d4dc45
commit f8f3aa8691
7 changed files with 36 additions and 7 deletions

View File

@@ -36,6 +36,6 @@ source: https://github.com/tldr-pages/tldr.git
`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`