Snowflake Vs MS-SQL - Part 76 - COLLATE - Comparing Text Strings
COLLATE - Comparing Text Strings
Suppose you want to compare the string using case sensitivity. When comparing "HELLO" with "hello", it should not match.
MS-SQL Server
However, in Snowflake, we can use a similar approach by using COLLATE, as below:
Yogesh Shinde
Comments
Post a Comment