From 3590a4b2ca45af836d6d0d55c3c0b6b6e11c31e8 Mon Sep 17 00:00:00 2001 From: Neil O'Toole Date: Sun, 3 Jan 2021 23:39:34 -0700 Subject: [PATCH] doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e90ba2a..b47b7848 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ uid username email address_id [...] ``` -Now, we'll insert those query results into a new table (`person`) in `@sakila_sl3`: +Now, execute the same query, but this time `sq` inserts the results into a new table (`person`) in `@sakila_sl3`: ```shell $ sq @xl_demo_xlsx.person --insert @sakila_sl3.person