sqlglot.errors.ParseError when parsing DATE_SUB、DATE_ADD... function #2715
Closed
yiliang-neo
started this conversation in
General
Replies: 1 comment
-
if it crashes and it should run it’s an erorr |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi.
There is a problem confuses me.
i use sqlglot==18.11.6.
when i run
it raises a sqlglot.errors.ParseError, but the errors in sqlglot.errors.ParseError is empty: [].
i want to know if it is an error actually(i tested this sql in engine and it can be executed) and seek a advice about how to identify this non-errors error?
Beta Was this translation helpful? Give feedback.
All reactions