Forum Discussion

mpw83's avatar
mpw83
Contributor
5 years ago
Solved

How to send '>' symbol on query parameter ?

I am sending the following type of SQL as a parameter in Rest request   SELECT+Name+FROM+dayJob+WHERE+JobType+=+'topTwo'+AND+CreatedDate+>+2020-02-11T02:30:00.00Z But I am getting `Illegal charact...