My company has just upgraded to v2r5 and a user has hit a snag with a query they're running which has the following line of sql
count(sum(PRD_BO_CCM_VIEWS.ROCK_EVT_AGNT_ACTVY.DGT_DIAL))
Teradata flags this as an error as it logically cannot nest aggregate functions.
However, if Teradata could run this, would the result always be 1? Is this correct?
count(sum(PRD_BO_CCM_VIEWS.ROCK_EVT_AGNT_ACTVY.DGT_DIAL))
Teradata flags this as an error as it logically cannot nest aggregate functions.
However, if Teradata could run this, would the result always be 1? Is this correct?