Home > Database > Mysql Tutorial > 列出 OSCHINA 被收藏最多的前 10 个软件

列出 OSCHINA 被收藏最多的前 10 个软件

WBOY
Release: 2016-06-07 14:56:21
Original
1226 people have browsed it

无详细内容 OSCHINA SELECT p.name FROM osc_favorites f, osc_projects p WHERE f.obj_id = p.id AND f.type = 1 GROUP by f.obj_id ORDER BY count(f.obj_id) DESC LIMIT 10

OSCHINA
SELECT p.name FROM osc_favorites f, osc_projects p WHERE f.obj_id = p.id AND f.type = 1 GROUP by f.obj_id ORDER BY count(f.obj_id) DESC LIMIT 10
Copy after login
列出 OSCHINA 被收藏最多的前 10 个软件
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template