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

Publicado el: 19 noviembre 2022
en el canal de: 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!


En esta página del sitio puede ver el video en línea Converting Comma Separated Values into Rows - MS SQL Server with STRING_SPLIT Function de Duración hora minuto segunda en buena calidad , que subió el usuario dhandrohit 19 noviembre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 904 veces y le gustó 11 a los espectadores. Disfruta viendo!