Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Eniten artikkeleita luoneet käyttäjät (fiwiki)
by
Ejs-80
This query is marked as a draft
This query has been published
by
Lentokonefani
.
Muokattu By erdo canin tekemästä Quarry-kyselystä ( https://quarry.wmflabs.org/query/14712 ). Kysely ei laske mukaan ohjaus- eikä täsmennyssivuja.
Toggle Highlighting
SQL
USE fiwiki_p; SELECT COUNT(revision.rev_actor) as cnt, actor.actor_name FROM page JOIN revision ON page.page_id=revision.rev_page JOIN actor ON revision.rev_actor=actor.actor_id WHERE page.page_namespace=0 AND page.page_is_redirect=0 AND page.page_id NOT IN (SELECT pp_page FROM page_props WHERE pp_propname='disambiguation') AND revision.rev_parent_id=0 GROUP BY revision.rev_actor ORDER BY cnt DESC LIMIT 220;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...