Database Error
-
The latest update gives me this error:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '69' ORDER BY
date` ASC’ at line 1]
SELECTgroup
,home_team
,away_team
, DATE_FORMAT(date
, ‘%Y-%m-%d %H:%i’) AS date, DATE_FORMAT(date
, ‘%e’) AS day, DATE_FORMAT(date
, ‘%c’) AS month, DATE_FORMAT(date
, ‘%Y’) AS year, DATE_FORMAT(date
, ‘%H’) AShour
, DATE_FORMAT(date
, ‘%i’) ASminutes
,match_day
,location
,league_id
,home_points
,away_points
,winner_id
,loser_id
,post_id
,season
,id
,custom
FROM wp_leaguemanager_matches WHEREhome_team
= ”69′ ORDER BYdate
ASC`
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Database Error’ is closed to new replies.