Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-24 00:12:28 +00:00
parent 6ad53288ef
commit 40892cc890
11 changed files with 49 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
`duckdb -c "{{SELECT * FROM 'data_source.[csv|csv.gz|json|json.gz|parquet]'}}"`
- Run a SQL script:
- Run an SQL script:
`duckdb -c ".read {{path/to/script.sql}}"`