I use this code to search for Column A. What modification should I make if I want to search Column A and Column B simultaneously?
String sql = \"SELECT * FROM \"
Are you looking for UNION instead of OR? http://www.tutorialspoint.com/sqlite/sqlite_unions_clause.htm