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
ԱշոտՏՆՂ
.
Toggle Highlighting
SQL
SELECT concat('# [[', subquery.page_title, ']]') AS title, SUM(CAST(subquery.rev_len AS SIGNED) - CAST(subquery.parent_len AS SIGNED)) AS total FROM ( SELECT page_title, rev_len, COALESCE((SELECT pr.rev_len FROM revision pr WHERE pr.rev_id = r.rev_parent_id), 0) AS parent_len FROM revision r JOIN actor ON r.rev_actor = actor_id JOIN page ON r.rev_page = page_id WHERE actor_name = "ՁաԽ" AND page_namespace = 0 ) AS subquery GROUP BY title HAVING total > 1000 ORDER BY total 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...