12 answers
Hi,
Find the solution below :
String searchTerm = '%'+searchKeyword+'%';
String sql = 'Select Name From Account WHERE Name LIKE : searchTerm';
Mark this helpful if it solves your query!
Hi,
Find the solution below :
String searchTerm = '%'+searchKeyword+'%';
String sql = 'Select Name From Account WHERE Name LIKE : searchTerm';
Mark this helpful if it solves your query!