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
ASammour
.
Toggle Highlighting
SQL
use arwiki_p; select distinct log_title from logging inner join actor on replace(" ", "_", actor_name) = replace(" ", "_", log_title) where log_type like "newusers" and log_timestamp between 20040101000000 and 20061231000000 and actor_user in (select revactor_actor from revision_actor_temp where revactor_timestamp like "2020%" and revactor_actor = actor_user) limit 5;
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...