SQL Server 2016's new in-built function (i.e. SPLIT_STRING()) to split the string into rows using delimiter
SQL Server 2016ās new in-built function (i.e. SPLIT_STRING()) to split the string into rows usingĀ delimiter
HiĀ Friends,
Hope, you are doing fine!
Today, I found the SQL Server 2016 new in-built function (SPLIT_STRING()) which will make the developerās life more easier, when it comes to split the string into rows using some delimiter.
Earlier to MS SQL Server 2016 version, we wereĀ using either XML Path() clause to split the string or to define some customĀ user-defined function to achieve this task.
Youā¦
View On WordPress












