Update cheatsheets

This commit is contained in:
ivuorinen
2024-07-22 00:15:48 +00:00
parent 839a19265f
commit baba8f052c
5 changed files with 42 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ source: https://github.com/tldr-pages/tldr.git
- Read CSV from `stdin` and write CSV to `stdout`:
`cat {{path/to/source.csv}} | duckdb -c "{{COPY (FROM read_csv_auto('/dev/stdin')) TO '/dev/stdout' WITH (FORMAT CSV, HEADER)}}"`
`cat {{path/to/source.csv}} | duckdb -c "{{COPY (FROM read_csv('/dev/stdin')) TO '/dev/stdout' WITH (FORMAT CSV, HEADER)}}"`
- Display help: