Snowflake Vs MS-SQL - Part 100 - Split String into Different Columns
Split String into Different Columns Suppose your application stores the name of an employee as a full name, and while retrieving, you want to separate it out as first name, middle name & last name. MS-SQL Server We can achieve it as follows: In Snowflake , we can make use of SPLIT_PART as follows: For more details, refer to the SPLIT_PART section. Yogesh Shinde LinkedInProfile <<< Back Next >>> Snowflake Vs MS-SQL - Series