Snowflake Vs MS-SQL - Part 36 - SPLIT_TO_TABLE
MS-SQL Server
You can achieve this by using multiple ways.
In the recent version of MS SQL Server, they came up with a new String Function STRING_SPLIT.
In Snowflake, we can use a similar function SPLIT_TO_TABLE as STRING_SPLIT.

Comments
Post a Comment