SSC-FDM-0006
Number type column may not behave similarly in Snowflake
Description
Example Codes
Simple Table with Number Columns
Input Code (Oracle):
CREATE TABLE table1
(
column1 NUMBER,
column2 NUMBER (20, 4)
);
Output Code:
Arithmetic Issue Examples
Snowflake Code with Division Error:
Snowflake Code with Multiplication Error:
Snowflake Code with Division:
Snowflake Code with Multiplication:
Recommendations
Last updated
