DEV Community

randysims
randysims

Posted on • Originally published at randallsims.wordpress.com on

SQL Server 2016’s STRING_SPLIT

I found a pretty cool little function as I was perusing the SQL Server functions documentation the other day. (What, doesn’t everyone do that?) I just read the name of this function and thought, well, no need to create that function with a loop any longer! Finally, SPLIT has come to SQL Server! What is … Continue reading SQL Server 2016’s STRING_SPLIT

Top comments (0)