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 - Series

Snowflake Vs MS-SQL - Part 79 - Adding a comment to the Column of a Table

Snowflake Vs MS-SQL - Part 75 - String Length and Trimmed Length