Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Short user talk pages created by users other than the talk page owner
by
1234qwer1234qwer4
This query is marked as a draft
This query has been published
by
1234qwer1234qwer4
.
Toggle Highlighting
SQL
use outreachwiki_p; select distinct page_len, page_title, page_touched, actor_name, user_editcount from page join revision on page_id = rev_page inner join actor on rev_actor = actor_id left join user on actor_user = user_id where page_namespace = 3 and page_is_new = 1 and page_title not regexp "/" and page_len between 1 and 15 and actor_name != replace(page_title,"_"," "); #initially
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...