Converting Comma Separated Values into Rows - MS SQL Server with STRING_SPLIT Function

Published: 19 November 2022
on channel: dhandrohit
904
11

This video explains how to use the STRING_SPLIT function in SQL Server to convert the values into rows with any delimiter like empty space, commas, semicolon etc.

This is the reverse for converting multiple rows into comma separated values that I showed in another video:
   • SQL - Multiple rows into comma separa...  

STRING_SPLIT is a table valued function and can be used to return one column named "value"
SELECT * FROM STRING_SPLIT('This is a demo video on Splitstring function', ' ');

Enjoy the video and learn how to use this practically in your daily job!


On this page of the site you can watch the video online Converting Comma Separated Values into Rows - MS SQL Server with STRING_SPLIT Function with a duration of hours minute second in good quality, which was uploaded by the user dhandrohit 19 November 2022, share the link with friends and acquaintances, this video has already been watched 904 times on youtube and it was liked by 11 viewers. Enjoy your viewing!