I have a table with a field with values stored in the "STANDARD,ELITE,DELUXE" format. I want to find all the rows where this field contains a defined value, e.g. ELITE or ELITE,DELUXE.
How can I perform a query in MSSQL SERVER to search a value in a field like this one?
Any help would be highly appreciated.
Thank you,