代码拉取完成,页面将自动刷新
SELECT
ar.`MatchDate`,
ar.`TOVoid`,
ar.`TOVoidDesc`,
ar.`AlFlag`,
ar.`PreResult`,
ar.`Result`,
mh.MainTeamGoals AS MainTeamGoal,
mh.GuestTeamGoals AS GuestTeamGoal,
ar.`HitCount`,
ar.`LetBall`,
ar.`MyLetBall`,
l.Name AS LeagueName,
mh.MainTeamId AS MainTeam,
mh.GuestTeamId AS GuestTeam
FROM
foot.t_league l,
foot.t_match_his mh,
foot.t_analy_result ar,
(SELECT
temp.`MatchId`
FROM
(SELECT
ar1.`MatchId`,
ar1.`PreResult`
FROM
foot.`t_analy_result` ar1,
foot.`t_analy_result` ar2
WHERE ar1.`MatchId` = ar2.`MatchId`
AND ar1.`AlFlag` = 'E2'
AND ar2.`AlFlag` = 'C1'
AND ar1.`PreResult` = ar2.`PreResult`
AND ar2.`TOVoidDesc` = '') temp,
foot.`t_analy_result` a1
WHERE a1.`MatchId` = temp.`MatchId`
AND a1.`AlFlag` = 'A1'
AND a1.`PreResult` = temp.`PreResult`) temp
WHERE mh.LeagueId = l.Id
AND mh.Id = ar.MatchId
AND ar.`MatchId` = temp.MatchId
AND ar.`AlFlag` IN ('E2', 'C1','A1')
ORDER BY ar.MatchDate DESC,
l.id ASC,
mh.MainTeamId ASC,
ar.`AlFlag` DESC,
ar.`PreResult` DESC
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。