sql searching multiple words in a string September 26, 2023 by Tarik Select * from table where columnname like'%David%' and columnname like '%Moses%' and columnname like'%Robi%'