MSCEWI3063
A query that has the 'WITH TIES' clause without 'ORDER BY' was transformed to the 'ONLY' variant.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
In Oracle, using WITH TIES without ORDER BY will make the query not return additional rows. The behavior would be the same as using ONLY instead of WITH TIES so the code is transformed to the equivalent that uses the ONLY keyword.
Example Code
Input Code:
Output Code:
Recommendations
Make sure the query has an ORDER BY clause before migrating the code.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated