From f0f0ec838f5438ebf8256f611c67b96d75a70b85 Mon Sep 17 00:00:00 2001 From: Richard Wesley <13156216+hawkfish@users.noreply.github.com> Date: Thu, 11 May 2023 12:25:07 -0700 Subject: [PATCH] Clarify database choice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f4621b..c1437b2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ and perform all the basic data cleaning operations it provides for creating a da Datasource Editing Note that DuckDB has a three-level naming system (`database.schema.table`) -so you will need to select the schema for the file. +so you will need to select the database for the file (instead of `system` or `temp`). ## Initial SQL