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
HenriqueCrang
.
Toggle Highlighting
SQL
use ptwiki_p; SELECT IF(r.rev_parent_id = 0, CAST(r.rev_len AS INT), CAST(r.rev_len AS INT) - CAST(rp.rev_len AS INT)) AS leng, r.rev_user_text, p.page_title, p.page_namespace, r.rev_timestamp FROM revision r LEFT JOIN revision rp ON r.rev_parent_id = rp.rev_id INNER JOIN page p ON r.rev_page = p.page_id WHERE (r.rev_user_text = "Rodrigo Padula" OR r.rev_user_text = "Zoldyick" OR r.rev_user_text = "José Amoras" OR r.rev_user_text = "Xavier201642" OR r.rev_user_text = "Suellen as" OR r.rev_user_text = "Rafael Jobs2" OR r.rev_user_text = "Fabiobarros") and r.rev_timestamp < 20160117000000 order by 5,4,2;
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...