Snowflake Vs MS-SQL - Part 80- WHERE clause for multiple columns

           


WHERE clause for multiple columns

Suppose you want to filter the data of a table, then you need to use multiple columns in the WHERE clause to achieve the expected result.

MS-SQL Server 

We can achieve it by using the WHERE clause along with AND:



In Snowflake, we can use a similar approach, and multiple columns can be clubbed as  below:





For more details, refer to the
WHERE section.


Yogesh Shinde

LinkedInProfile

Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Part 63 - ON Clause & Cross Join

Snowflake Vs MS-SQL - Part 33 - INITCAP

Snowflake Vs MS-SQL - Part 70 - UNION By Name