Snowflake Vs MS-SQL - Part 97 - Identify Data Type - SYSTEM$TYPEOF


Identify Data Type - SYSTEM$TYPEOF

Sometimes, you have to find out the data type or nature of the data in the existing column during data analysis.

MS-SQL Server

We can do as follows:



In Snowflakewe can use SYSTEM$TYPEOF as follows:




For more details, refer to the SYSTEM_TYPEOF section.

  

Comments

Popular posts from this blog

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

Snowflake Vs MS-SQL - Part 68 - Multi Table Insert

Snowflake Key Concepts