I need to perform a search in a SQL Server comma string.
For example :
The column type
has values "A, C, T"
and the user passes through an app the values "M, T"
.
I need to return all rows containing at least M
, T
, or both. In this case, A, C, T
must be returned.