Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
"as" should be optional in select expression. Query like the following should work:
SELECT a, b FROM ( SELECT key a, value b FROM src ) src1 ORDER BY a LIMIT 1;
Attachments
Attachments
Issue Links
- is depended upon by
-
HIVE-187 ODBC driver
- Closed