You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT date_add(CAST('2024-01-01'ASDATE), INTERVAL '1 0:0:0.000' DAY TO SECOND)
Sqlglot can not receive it
sqlglot.errors.ParseError: Required keyword: 'this' missing for <class 'sqlglot.expressions.DateAdd'>. Line 1, Col: 81.
SELECT date_add(CAST('2024-01-01' AS DATE), INTERVAL '1 0:0:0.000' DAY TO SECOND)
The text was updated successfully, but these errors were encountered:
Source
Planned
Sqlglot can not receive it
The text was updated successfully, but these errors were encountered: