Oracle to Snowflake transpile - KEEP keyword support #4960
-
It seems like sqlgot retains the same syntax in both Oracle and Snowflake when a query has a
Would you be able to add support for this, given Snowflake doesn't have an equivalent and an alternative will be to perhaps wrap the ranking logic in a CTE and use it. Thanks for the awesome library. |
Beta Was this translation helpful? Give feedback.
Answered by
georgesittas
Apr 10, 2025
Replies: 1 comment
-
Appreciate the kinds words :) This seems like a complicated transformation, so it's not in scope for SQLGlot. It gives you the tools to achieve it though if you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
georgesittas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Appreciate the kinds words :)
This seems like a complicated transformation, so it's not in scope for SQLGlot. It gives you the tools to achieve it though if you want.