[!--title--]
比赛时间:[!--newstime--]
相关录像
Table '***_ecms_lx' is marked as crashed and should be repaired
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)) as cnt from ***_ecms_lx group by id) as temp where cnt>0 order by cnt desc,id desc limit 10