[!--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