You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2014/02/28 00:48:24 UTC

[jira] [Created] (HIVE-6519) Allow optional "as" in subquery definition

Gunther Hagleitner created HIVE-6519:
----------------------------------------

             Summary: Allow optional "as" in subquery definition
                 Key: HIVE-6519
                 URL: https://issues.apache.org/jira/browse/HIVE-6519
             Project: Hive
          Issue Type: Bug
            Reporter: Gunther Hagleitner
            Assignee: Gunther Hagleitner


Allow both:
select * from (select * from foo) bar 
select * from (select * from foo) as bar 




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)