MSCEWI3093
NUMBER datatype smaller precision was increased to match scale
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This issue happens when a NUMBER has a smaller precision than its scale. Snowflake does not support this feature, and this message is used to indicate that the precision's value was increased to maintain equivalence.
Please consider that there are cases where this issue can either stack alongside other known transformations or not happen at all. For example, cases where the scale is replaced by 19 and the former precision is greater than 19; will NOT trigger this EWI.
Example Code
Input Code:
Output Code:
Recommendations
No end-user action is required.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated