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
In Snowflake, we can use a similar approach, and multiple columns can be clubbed as below:
Yogesh Shinde
Comments
Post a Comment