From d127632d5f1395bc535ef43447833071ae89b9c7 Mon Sep 17 00:00:00 2001 From: James Cor Date: Tue, 27 Feb 2024 14:37:51 -0800 Subject: [PATCH] updating docs for select into (#2023) Co-authored-by: James Cor --- content/reference/sql/sql-support/supported-statements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/sql/sql-support/supported-statements.md b/content/reference/sql/sql-support/supported-statements.md index 412ea5e2c..efa925cd4 100644 --- a/content/reference/sql/sql-support/supported-statements.md +++ b/content/reference/sql/sql-support/supported-statements.md @@ -28,7 +28,7 @@ title: Supported Statements | `UPDATE` | ✅ | No support for referring to more than one table in a single `UPDATE` statement. | | `VALUES` | ✅ | | | `WITH` | ✅ | | -| `SELECT INTO` | ✅ | Selecting into a file is not supported. | +| `SELECT INTO` | ✅ | Charset/Collation specification not supported. | ## Data definition statements