Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currently we don't support AS for aliasing stream/table. #2150

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developer-guide/syntax-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down