Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.1.2.1, 10.2.1.6
-
None
-
JDK 1.5.0_05
Description
This select would return an error syntax on finding "(" after month if group by clause:
select idissue, month(creation), year(creation), count(distinct idissue)
where
....
group by idissue, month(creation), year(creation)
Attachments
Attachments
Issue Links
- relates to
-
DERBY-6863 NPE when multiple values are contained in an IN statement within a CASE statement used in a GROUP BY
- Open
-
DERBY-3094 Grouping of expressions causes NullPointerException
- Closed
-
DERBY-2014 NullPointerException with NULLIF in GROUP BY clause
- Closed
-
DERBY-4403 Assert failure (sane) or NullPointerException (insane) when attempting to GROUP BY expression containing scalar subquery
- Closed
-
DERBY-5313 Assert failure with CASE expression in GROUP BY clause
- Closed
-
DERBY-2008 NullPointerException with LTRIM, RTRIM and 2-argument SUBSTR() call in GROUP BY clause.
- Closed
-
DERBY-2170 Document the ability to use functions in GROUP BY expressions
- Open