Database Error

Error Number: 1064

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 ‘-30 , 30’ at line 1

SELECT *, concat(a.ddatestart, ” ” , a.time) as fulltime, b.cteam as team_1, b.cimg as team_1_img, c.cteam as team_2, c.cimg as team_2_img FROM rgn_tupcoming_match_elite as a, rgn_team_elite as b, rgn_team_elite as c WHERE a.nid is not null AND a.nid_team_1 =b.nid AND a.nid_team_2 =c.nid ORDER BY fulltime asc limit -30 , 30

Similar Posts