Jump to content

[SOLVED] Syntax error?


EchoFool

Recommended Posts

I keep getting this 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 'GROUP BY reportedusers.RecordID' at line 2

 

Not sure what is so wrong about it .... i did an ORDER BY then GROUP BY but it's not happy with it... this is what i got:

$GetAppeals2 = mysql_query("SELECT * FROM reportedusers LEFT JOIN (reportsituation, staff) ON
					reportsituation.RecordID = reportedusers.RecordID AND reportsituation.SaidBy <> staff.UserID ORDER BY reportsituation.SaidTime GROUP BY reportedusers.RecordID")
						Or die(mysql_error());

 

Not even sure if the query will work but can't tell till i get the syntax correct :(

Hope you can help.

Link to comment
https://forums.phpfreaks.com/topic/86057-solved-syntax-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.