I am trying find a function in MSSQL that will allow me to search if a string contains one of a list of codes that I have. Is the best way just to loop through the second list until I get a hit with a like? or am I missing something similar
↧
I am trying find a function in MSSQL that will allow me to search if a string contains one of a list of codes that I have. Is the best way just to loop through the second list until I get a hit with a like? or am I missing something similar