SQL complex Question
Posted
by santanu
on Stack Overflow
See other posts from Stack Overflow
or by santanu
Published on 2010-06-13T13:38:23Z
Indexed on
2010/06/13
13:42 UTC
Read the original article
Hit count: 486
Hello All, I need to find a function. the scenario is : I have 2 table. 1. news table 2. news_comment table
need to find the most commented 20 news. the news_comment table has the relationship with the news table
Thank you
© Stack Overflow or respective owner