select DAY_IN_YEAR(CreatedDate), Count(Id)
from WhizzAssistChat__c
where event__c='CHAT_ON_CLOSE'
group by DAY_IN_YEAR(CreatedDate)
"Error parsing [select DAY_IN_YEAR(CreatedDate), Count(Id)
from WhizzAssistChatc
where eventc='CHAT_ON_CLOSE'
group by DAY_IN_YEAR(CreatedDate)]. Error: missing EOF at '('"
"Error parsing [select DAY_IN_YEAR(CreatedDate), Count(Id) from WhizzAssistChatc where eventc='CHAT_ON_CLOSE' group by DAY_IN_YEAR(CreatedDate)]. Error: missing EOF at '('"
works in Dev Console query runner just fine.