With an OData4 translator, the modulo function is translated incorrectly:
WHERE MOD(number, 11) = 3 is translated to filter=mod(number,11) eq 3
but in OData spec, mod is an infix function, so the filter should be filter=number mod 11 eq 3
See http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part2-url-conventions.html#_Toc444868689