You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2014/06/20 22:44:24 UTC

[jira] [Created] (SPARK-2225) Turn HAVING without GROUP BY into WHERE

Reynold Xin created SPARK-2225:
----------------------------------

             Summary: Turn HAVING without GROUP BY into WHERE
                 Key: SPARK-2225
                 URL: https://issues.apache.org/jira/browse/SPARK-2225
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 1.0.0
            Reporter: Reynold Xin


See http://msdn.microsoft.com/en-US/library/8hhs5f4e(v=vs.80).aspx

The HAVING clause specifies conditions that determines the groups included in the query. If the SQL SELECT statement does not contain aggregate functions, you can use a SQL SELECT statement that contains a HAVING clause without a GROUP BY clause.




--
This message was sent by Atlassian JIRA
(v6.2#6252)