回复 楼主 lvxingwei14
select * from 表 where ALLTRIM(city)=="防城" group by 手机型号
或者
select * from 表 where ATCC("防城",CITY)>0 group by 手机型号
或者
select * from 表 where AT("防城",CITY)>0 group by 手机型号
或者
select * from 表 where OCCURS("防城",CITY)>0 group by 手机型号
或者
select * from 表 where "防城"$CITY group by 手机型号
或者
select * from 表 where CITY LIKE "%防城%" group by 手机型号
.....................
[
本帖最后由 sdta 于 2012-8-7 11:59 编辑 ]