From e306514b989cc50bec38ab099c55bd2da21df176 Mon Sep 17 00:00:00 2001 From: Luke W Johnston Date: Thu, 2 Jun 2022 22:23:21 +0200 Subject: [PATCH] Seems like a typo (#1037) --- import-databases.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import-databases.qmd b/import-databases.qmd index 95e253b..97154a7 100644 --- a/import-databases.qmd +++ b/import-databases.qmd @@ -359,7 +359,7 @@ FROM `flights` ``` Quoting is only required for **reserved words** like `SELECT` or `FROM` to avoid confusion between column/tables names and SQL operators. -But only a handle of client packages, like duckdb, know what all the reserved words are, so most packages quote everything just to be safe. +But only a handful of client packages, like duckdb, know what all the reserved words are, so most packages quote everything just to be safe. ::: ### GROUP BY