Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Tewiki: created articles count by user (Live articles only)
by
Chaduvari
This query is marked as a draft
This query has been published
by
Kasyap
.
Toggle Highlighting
SQL
use tewiki_p; SELECT actor.actor_name, count(actor_name) as "Articles created" FROM revision, page, actor where page.page_is_redirect=0 and rev_parent_id = 0 and page_namespace = 0 and revision.rev_page = page.page_id and rev_actor = actor.actor_id group by rev_actor having count(actor_name) >= 100 order by count(actor_name) desc
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...