sqlQuery of DocumentDB input bindings with modulation symbol makes function's failure
问题 I using the DocumentDB input bindings on Azure Functions. Today, I specified a following query as a sqlQuery. SELECT c.id, c.created_at FROM c WHERE {epoch} - c.created_at_epoch >= 86400*31 AND (CEILING({epoch}/86400) - CEILING(c.created_at_epoch / 86400)) % 31 = 0 Afterwards, I saw a following error when function is triggered. 2017-07-04T10:31:44.873 Function started (Id=95a2ab7a-8eb8-4568-b314-2c3b04a0eadf) 2017-07-04T10:31:49.544 Function completed (Failure, Id=95a2ab7a-8eb8-4568-b314