-
Hi, I've a snowflake sql looks like this: Sqlglot fails to parse with this error:
Any pointers? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
can you put a fully reproducible code snippet please |
Beta Was this translation helpful? Give feedback.
-
snowflake documentation shows that comments need to be string literals, but you're using double quotes which is an identifier https://docs.snowflake.com/en/sql-reference/sql/create-table |
Beta Was this translation helpful? Give feedback.
-
After narrowing down the problem It seems like the issue is with
This fails to parse with error:
|
Beta Was this translation helpful? Give feedback.
snowflake documentation shows that comments need to be string literals, but you're using double quotes which is an identifier
https://docs.snowflake.com/en/sql-reference/sql/create-table