Hi
One of the designed web site creates a lot of query in Mysql Database with following syntax:
SELECT a.*, ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count, u.name AS author, u.usertype, s.name AS section, cc.name AS category, g.name AS groupI found this query in this file
components
/ com_content / content.phpWhat's the problem?!
