Server shutdown in progress select * from(select id,title,titleurl,sum((case when instr(title,'足球')>0 then 1 else 0 end)+(case when instr(title,'中超')>0 then 1 else 0 end)+(case when instr(title,'中国足球')>0 then 1 else 0 end)+(case when instr(title,'中甲')>0 then 1 else 0 end)+(case when instr(title,'无锡吴钩')>0 then 1 else 0 end)+(case when instr(title,'江西庐山')>0 then 1 else 0 end)) as cnt from ***_ecms_jj group by id) as temp where cnt>0 order by cnt desc,id desc limit 10