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 r.rev_user_text, r.rev_timestamp, 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, p.page_title, p.page_namespace 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 = "Icecube09" OR r.rev_user_text = "Pedrohndc" OR r.rev_user_text = "Celsocag" OR r.rev_user_text = "Luan_Procópio" OR r.rev_user_text = "Alcirema" OR r.rev_user_text = "Gabs763" OR r.rev_user_text = "Rodrigolimaj" OR r.rev_user_text = "Jorge_Márcio1891" OR r.rev_user_text = "Rozalvojr" OR r.rev_user_text = "Jéssica_rueb" OR r.rev_user_text = "Jaquie_Livino" OR r.rev_user_text = "Jardson1980" OR r.rev_user_text = "Telmafarias" OR r.rev_user_text = "Hennafenix1" OR r.rev_user_text = "Marlon.ney" OR r.rev_user_text = "Carlos_DIn33" OR r.rev_user_text = "Gleycem" OR r.rev_user_text = "Meretelecentro" OR r.rev_user_text = "Isaurathome" OR r.rev_user_text = "Eliane_maria_couto" OR r.rev_user_text = "Hunter6537") and r.rev_timestamp < 20160128000000 and r.rev_timestamp > 20160125000000;
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...