Login

Login

Need to register? Lost password?

Advertisements

Advertisements

 

's Guestbook

Minitokyo Groups

Minitokyo » Members »  's Guestbook

MySQL 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 'ORDER BY p.id DESC LIMIT 0, 24' at line 12

Query:
SELECT SQL_CALC_FOUND_ROWS
		p.*,
		u.name AS uname,
		u.status,
		c.title,
		c.signature,
		c.avatar
	FROM groups_posts AS p
	JOIN users AS u ON p.uid = u.id
	JOIN user_custom AS c ON p.uid = c.id
	WHERE p.gid = 
	ORDER BY p.id DESC LIMIT 0, 24