From b470062d06982f96426ece0ab37cb86ef7c4cf5e Mon Sep 17 00:00:00 2001 From: Hojjat Jafarpour Date: Wed, 5 Sep 2018 13:05:46 -0700 Subject: [PATCH] Currently we don't support AS for aliasing stream/table. --- docs/developer-guide/syntax-reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-guide/syntax-reference.rst b/docs/developer-guide/syntax-reference.rst index f719e73bc4b1..7f3bb39f80e6 100644 --- a/docs/developer-guide/syntax-reference.rst +++ b/docs/developer-guide/syntax-reference.rst @@ -607,8 +607,8 @@ Note that WINDOW, GROUP BY and HAVING clauses can only be used if the In the above statements from_item is one of the following: -- ``stream_name [ [ AS ] alias]`` -- ``table_name [ [ AS ] alias]`` +- ``stream_name [ alias ]`` +- ``table_name [ alias ]`` - ``from_item LEFT JOIN from_item ON join_condition`` The WHERE clause can refer to any column defined for a stream or table,