[!--title--]
[!--newstext--]
上一条:[!--info.pre--]
下一条:[!--info.next--]
相关录像
Sort aborted: 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)) as cnt from ***_ecms_lx group by id) as temp where cnt>0 order by cnt desc,id desc limit 10