i need some help getting the most commented post.
There are 2 tables, one have the posts web_content and the other table have the comments web_jcomments.
I need to get the most commented post and the number of comments.
The web_content.ID = web_jcomments.object_id.
The datebase is in MYSQL.
Please can some one help with the SQL code?
Thank you for reading
1 Answer