UP10060 Statement Parsing

You received the following error:

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 typographical error or a part that was accidentally deleted such as the semi-colon at the end of the previous statement.

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

Possible Solutions

Last updated