Hidden Features in SQL Server You Didn’t Know
1. STRING_SPLIT Function
The STRING_SPLIT function in Microsoft SQL Server is used to split a string into multiple rows based on a delimiter.
It is especially useful when working with comma-separated
sqlservermistakes.hashnode.dev3 min read