How do you write a query with "multiple string/substring matching"?
Example:
SELECT * FROM table WHERE column LIKE ('%BD%','%IND%','%PK%','%USA%')
How do you write a query with "multiple string/substring matching"?
Example:
SELECT * FROM table WHERE column LIKE ('%BD%','%IND%','%PK%','%USA%')