SPRKHVSQL1001
Unrecognized token.
Message: Unrecognized token on line < line number > column < column number > of the source code starting at < character value >.
Category: Error.
Description
This error message appears when a statement cannot be recognized by the migrator.
Scenario
Input
Below is an example of a statement that cannot be recognized by the migrator.
Output
The SMA adds the EWI SPRKHVSQL1001
to the output code to let you know that there is an unrecognized token.
Recommended fix
Verify if the statement compiles in the source's database engine.
Correct the syntax by ensuring that all the code follows the correct format.
Additional recommendations
For more support, you can email us at sma-support@snowflake.com or post an issue in the SMA.
Last updated