Skip to content

no viable alternative at input '*'

ErrorCode

ParameterInvalid

ErrorMessage

no viable alternative at input '(['

Error description

No feasible alternative exists in the input.

Cause

The input contains a syntax error or invalid character, so the system fails to recognize the input.

Solution

Check whether the input contains a syntax error or invalid character. If yes, correct the error.You can check the error by using the syntax check feature of an online SQL editor or manually row by row.You can also troubleshoot the error by checking the code context before and after the error prompt.