Snowflake Vs MS-SQL - Part 108 - Filter Columns in Result Grid


Filter Columns in Result Grid

When the result set contains numerous columns, it becomes challenging to identify the columns we need.

MS-SQL Server

The result grid does not allow us to select only the required columns. As a workaround, we need to explicitly limit the columns in the SELECT clause.



In Snowflake, we use the filter provided in the Result Grid as follows:



Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Series

Snowflake Key Concepts

Snowflake Vs MS-SQL - Part 46 - RATIO_TO_REPORT