-
Hi I have a teradata query similar to the one shown below, but sqlglot is unable to parse this. it shows error like missing ")" when in actuality its not required.
The code looks like below
Is there anything i am doing wrong? Is there a way to fix/work-around this ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
i'm unfamiliar with this syntax and have never seen it before. cc @treysp sqlglot has not implemented this syntax from teradata is my guess. so the workaround would be to rewrite your query into a form that is more standard, perhaps with casts |
Beta Was this translation helpful? Give feedback.
-
When i try to transpile a Teradata query to snowflake as follows, it maintains the MULTISET VOLATILE Keywords which is clearly not snowflake compatible. Can someone please help with me these kinds of scenarios?
output
|
Beta Was this translation helpful? Give feedback.
I'm working on this in #1219. It handles MULTISET, but VOLATILE will take more discussion.