select * from tb where col1 like '%电器%' union all select * from tb where col2 like '%电器%' union all select * from tb where col3 like '%电器%'