You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/12/11 21:41:11 UTC

[drill] branch gh-pages updated: edits

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 <bb...@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