SQL: SELECT u.*, c.* FROM [Table]spacecomments c LEFT JOIN [Table]userspaces u ON u.uid=c.authorid WHERE c.itemid='2' ORDER BY c.dateline DESC LIMIT 0,100
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 '100' at line 1
Errno.: 1064