This is an automated email from the ASF dual-hosted git repository. bridgetb pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/gh-pages by this push: new 5f0f7fd edits 5f0f7fd is described below commit 5f0f7fd6cfdc7c0cb7213926aa1697cecf1d6aea Author: Bridget Bevens <bbev...@maprtech.com> AuthorDate: Tue Dec 11 13:40:18 2018 -0800 edits --- _docs/sql-reference/sql-commands/030-create-table-as.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/sql-reference/sql-commands/030-create-table-as.md b/_docs/sql-reference/sql-commands/030-create-table-as.md index 3be002d..48383d0 100644 --- a/_docs/sql-reference/sql-commands/030-create-table-as.md +++ b/_docs/sql-reference/sql-commands/030-create-table-as.md @@ -3,7 +3,7 @@ title: "CREATE TABLE AS (CTAS)" date: 2018-12-11 parent: "SQL Commands" --- -Use the CTAS (CREATE TABLE AS) command to create tables in Drill. +Use the CREATE TABLE AS (CTAS) command to create tables in Drill. ## Syntax