Github user hsaputra commented on a diff in the pull request:
https://github.com/apache/tajo/pull/155#discussion_r18195858
--- Diff: tajo-docs/src/main/sphinx/sql_language/queries.rst ---
@@ -23,16 +23,234 @@ Overview
From Clause
=====================
+*Synopsis*
+
+.. code-block:: sql
+
+ [FROM <table reference> [[AS] <table alias name>] [, ...]]
+
+
+The ``FROM`` clause specifies one or more other tables given in a
comma-separated table reference list.
+A table reference can be a relation name , or a subquery, a table join, or
complex combinations of them.
+
+----------------------
+Table and Table Aliase
--- End diff --
`Aliases` ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---