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
XXN
.
Toggle Highlighting
SQL
USE rowiki_p; SELECT concat("*[https://ro.wikipedia.org/w/index.php?curid=",rev.rev_page,"&diff=",rev.rev_id,"&oldid=",rev.rev_parent_id," link]") as link, (CAST(rev.rev_len as signed)-CAST(parent.rev_len as signed)) AS size_change, page_title, rev.rev_comment, rev.rev_timestamp, page_len/*rev.rev_minor_edit*/ FROM revision rev JOIN revision parent ON rev.rev_parent_id = parent.rev_id JOIN page ON page_id = rev.rev_page WHERE page_namespace = 0 and rev.rev_user_text = "Dan Mihai Pitea" and rev.rev_timestamp >= 20130913002605 and (CAST(rev.rev_len as signed)-CAST(parent.rev_len as signed)) <= 0 #ORDER BY byte_count DESC order by (CAST(rev.rev_len as signed)-CAST(parent.rev_len as signed)) desc #LIMIT 40;
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...