阅读背景:

如何找到最长连续的结果集?

来源:互联网 
SELECT team1, score1, score2, team2, gameDate 
FROM GAMES 
WHERE team1 = 'Tottenham Hotspur' 
   OR team2 = 'Tottenham Hotspur'
ORDER BY gameDate ASC;
SELECT team1, score1, score2, team2, gameDate 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: