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 DISTINCT REPLACE(page_title, '_', ' ') AS title, this_rev.rev_timestamp, (CAST(this_rev.rev_len AS SIGNED) - CAST(parent.rev_len AS SIGNED)) AS LENGTH FROM revision AS this_rev JOIN actor ON actor_id = rev_actor JOIN page ON page_id = rev_page JOIN revision AS parent ON parent.rev_id = this_rev.rev_parent_id JOIN comment ON comment_id = this_rev.rev_comment_id JOIN change_tag ON this_rev.rev_id = ct_rev_id JOIN change_tag_def ON ct_tag_id = ctd_id WHERE page_namespace = 0 AND ctd_name NOT IN ('mw-manual-revert', 'mw-undo', 'mw-rollback') AND actor_name = 'ԱշոտՏՆՂ' AND (CAST(this_rev.rev_len AS SIGNED) - CAST(parent.rev_len AS SIGNED)) > 1000 ORDER BY rev_timestamp DESC LIMIT 1000
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...