Snowflake Vs MS-SQL - Part 90 - Replace the String - INSERT - STUFF


Replace the String - INSERT - STUFF

If you want to delete a part of a string and then insert another string into the original string at a specified position.

MS-SQL Server 

We can achieve it as follows:



In Snowflakewe can use INSERT as follows:





For more details, refer to the INSERT section.


Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Part 63 - ON Clause & Cross Join

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

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