You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
userDisplayName AS Name, COUNT(*) AS Val FROM callhistory
WHERE
callType='ucap_in'
AND DATE(startDateTime) > DATE('" + today.toISOString().split('T')[0] +"')
GROUP BY userDisplayName
It seems every working query is now broken with the last update. Most used the DATE() operator against iso js dates.
The text was updated successfully, but these errors were encountered: