I have 2 tables:
articles:
id
title
text
timestamp
articles_views:
id
article_id
timestamp
I need sql query which would return list of all articles ordered by articles_views count for that article.
|
I have 2 tables:
I need sql query which would return list of all articles ordered by articles_views count for that article. |
|||
|
|
|
|||
|
|
|
This will solve your problem-
|
|||
|
|