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
Huji
.
Toggle Highlighting
SQL
use enwiki_p; -- 232,521 - 232,522 select user_id, user_name, (now() - str_to_date(user_registration, '%Y%m%d%H%i%s'))/86400 as registered_time, count(log_id) as moves from user join logging_userindex on user_id = log_user where (log_action = 'move' or log_action = 'move_redir') and user_registration like '20130713%' group by user_id order by user_id desc limit 1000;
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...