SQL Find Nth Occurrence of Char in a StringT-SQL’s CHARINDEX() function is useful for parsing out characters within a string. However, it only returns the first […] November 20, 2021 in SQL Server tagged string / parse / charindex / nth / occurrence / character / char by Mike
T-SQL Parse a StringIn SQL Server, do you have a table with a column that has several values in it that […] November 15, 2021 in SQL Server tagged csv / string / parse / charindex / substring / SQL Server Parsing by Mike