select * from table where 字段 like '%abc%'
select * from 表 where 字段 like'%abc%';
select column_name from table_name where column_name like %abc%