Skip to content
Advertisement

mysql gives a syntax error with many joins [closed]

it’s about an hour that I’m trying to understand why this query gives:

syntax error near ‘WHERE players.player_user=1 AND players.player_status=0 GROUP BY players.playe’ on line 108

I have mysql 5.6. Please ask in comments if you need more info to answer, I posted my entire query because this question is about a syntax error and not about how to make a query. This is the query:

Have anyone an idea? Thank you

Advertisement

Answer

AS prod_info doesn’t have an on clause.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement