UP10060 Statement parsing

You got an error that looks like the following:

Could not run the statement due to a parsing error. Got DROP, expected one of WHERE, LIMIT, Option name, WINDOW, LEFT, fromSource, HAVING, GROUP BY, LET, AS.

Possible Causes

  • There was a typo or a part that was accidentally deleted such as a ';' at the end of the previous statement.

  • There was a mismatch between the syntax document and the statement executed.

Possible Solutions

Last updated