SELECT g.*, u.name AS university_name FROM grp AS g, university AS u WHERE g.id = AND g.university_id = u.id [nativecode=1064 ** 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 'AND g.university_id = u.id' at line 1]An error occurred while trying to connect to the database server.
Error message: DB Error: syntax error
A more detailed error description: 1