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
Elph
.
Toggle Highlighting
SQL
USE arwiki_p; SELECT r.rev_id, p.page_title, a.actor_name AS user_name, LENGTH(r.rev_text) AS edit_size FROM revision r JOIN page p ON r.rev_page = p.page_id JOIN actor a ON r.rev_actor = a.actor_id WHERE a.actor_name = 'أم_النور' AND LENGTH(r.rev_text) < 5120 -- 5 KB = 5120 bytes ORDER BY r.rev_timestamp;
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...