There was an error. The statement was:
(select game,gamedate,gametime at time zone 'America/Los_Angeles',opponent,loc,tv,teamscore,oppscore,ot,extract(dow from gamedate) from fla2020playoffs where gamedate >= 'today' order by gamedate asc,game asc limit 7) union (select game,gamedate,gametime at time zone 'America/Los_Angeles',opponent,loc,tv,teamscore,oppscore,ot,extract(dow from gamedate) from fla2020playoffs where gamedate < 'today' order by gamedate desc,game desc limit 7) order by 2The error was:
ERROR: relation "fla2020playoffs" does not exist LINE 1: ...score,oppscore,ot,extract(dow from gamedate) from fla2020pla... ^
Other links:
View sources for hockey data
View todo/bug list
Return to the main hockey page
Go to our home page