Error
Query failed: mismatched input [X]. Expecting: <expression>
Cause
A syntax error in your SQL statement.
Solution
"Mismatched input" is a grammar error -- it means something in your query is missing or out of place.
Review the specific line specified in the error message, paying special attention to any omitted parameters, typos, extra characters, missing characters, or duplicated commands.