Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Chaduvari
.
Toggle Highlighting
SQL
use tewiki_p; select actor_name, count(rev_actor) from revision join page p on page_id = rev_page join actor on actor_id = rev_actor where page_is_new = 1 and page_namespace=1 -- and actor_name = "యర్రా రామారావు" and page_is_redirect = 0 and actor_user is not null and page_title not in (select rd_title from redirect where rd_namespace = p.page_namespace) and rev_page not in (select tl_from from templatelinks) group by actor_name 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...