From 9f41cf904ee1716c60c054ae0e087ab456c682dd Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Wed, 19 Feb 2025 16:44:53 +0100 Subject: [PATCH] duckdb: add new shorthand flag (#15747) --- pages/common/duckdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/duckdb.md b/pages/common/duckdb.md index baabf12dc7..180df9af27 100644 --- a/pages/common/duckdb.md +++ b/pages/common/duckdb.md @@ -17,7 +17,7 @@ - Run an SQL script: -`duckdb -c ".read {{path/to/script.sql}}"` +`duckdb -f {{path/to/script.sql}}` - Run query on database file and keep the interactive shell open: