I think I understand why this error would occur, but I do not understand why it is occuring with my query.
SELECT
FIELD_1,
FIELD_2,
FIELD_3,
FIELD_4,
SUM(FIELD_5) AS CNT
FROM
TABLE
WHERE
FIELD_4 BETWEEN 200901 AND 201112
AND
↧