You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

No such function date_format in ROQL

Question
36
Views
0
Comments
edited Jun 7, 2022 1:21PM in General Technical Discussions

Summary

No such function date_format in ROQL

Content

Below ROQL sentences says 'No such function date_format".   I don't want to consider seconds

SELECT IncidentID,ID,updatedtime FROM CO.History

where IncidentID is not null 

group by incidentID, date_format(updatedtime, 'YYYY-MMDD HH:MI')

having count(*) > 1 

How to re-write this ROQL without error?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!