So, I have a column value something like this:
1,15,32,64
And another table (called infoTable) where the identifier and text is in seperate columns. What would be the best way to get the Data of the infoTable into an select from the mainTable ?
I've thought about string_split but cant find anything on how i should start with that.
Im currently using MS SQL Server Manager Studio.