SyntaxFix
Write A Post
Hire A Developer
Questions
Everywhere inside the query string, the wildcard should be ? instead of '?'. That should solve the problem.
?
'?'
EDIT :
To add to that, you need to change date '?' to to_date(?, 'yyyy-mm-dd'). Please try that and let me know.
date '?'
to_date(?, 'yyyy-mm-dd')