keyword
-----------
工资
低工资
高工资
能否有一个语句,统计每个%keyword%出现的次数?
我想这样不是行的,select count(*) from table group by '%keyord% '
------解决方案--------------------
select count(*) from table where keyword like '%keyord% '
这句可以达到你的效果呀
代码迷推荐解决方案:软件开发者薪资,http://www.daimami.com/other/1391128.html