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 popularity desc LIMIT 3' at line 1
Full Query:select g.ID,g.NAME,g.ICONKUCUK,g.UYECOUNT,g.`DESC`,g.RESIMCOUNT,g.COMMENTCOUNT, (g.UYECOUNT*0.7)+(g.COMMENTCOUNT*0.1)+(g.RESIMCOUNT*0.2) as popularity from GROUPS g,GROUP_OBJECT go where go.GROUPID=g.ID and go.CATEGORY='sanatçı' AND go.ITEMID= ORDER BY popularity desc LIMIT 3