Snowflake Vs MS-SQL - Part 86 - Modulus/Modulo Function - Remainder
Modulus/Modulo Function - Remainder While calculating, if you want to find the remainder, then we can use this. MS-SQL Server We can achieve it as follows: In Snowflake , we can use a similar approach; however, we can use MOD as follows: For more details, refer to the MOD section. Yogesh Shinde LinkedInProfile <<< Back Next >>>