Snowflake Vs MS-SQL - Part 88 - Count of non-NULL records of the column using ILIKE
Count of non-NULL records of the column using ILIKE If you want to get the Count of non-NULL records of the column. MS-SQL Server We can achieve it as follows: In Snowflake , we can use a similar approach as above; however, we can use ILIKE as follows: For more details, refer to the ILIKE section. Yogesh Shinde LinkedInProfile <<< Back Next >>>