python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Snowflake DIV0 returns different result than regular division
Why are these results different, comparing Snowflake division vs DIV0? It appears DIV0 is rounding down instead of up. Is there any way to make the DIV0 return the same number as the other results?
Sn...
inthe763
Votes: 0
Answers: 1
Snowflake and Data Factory Error because of regions
Im getting an error when running Data Factory to load data into Snowflake:
ErrorCode=SnowflakeUnsupportedCouldPlatformForImport,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Messa...
Ivonne Roche
Votes: 0
Answers: 1
How to merge table in snowflake using snowpark scala
I have a table named SOME_SNOWFLAKE_TABLE in snowflake
I want to Merge SOME_SNOWFLAKE_TABLE with another table SOME_TARGET_TABLE in snowflake.
Below is the approach provided in snowflake documentation...
Dineshvarma Guduru
Votes: 0
Answers: 0
Declaring Dates and Nulls in function calls
When I call a function eg
SELECT * FROM TABLE(FN_ABC(NULL::DATE , '2022-04-07'::DATE ))
Snowflake forces me to bind the parameters Im passing to a datatype eg DATE and for all NULLs as above.
Is the...
Leon
Votes: 0
Answers: 1