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
Firefly
.
Toggle Highlighting
SQL
select(select (count(*) > 100) from revision_userindex where rev_actor=(select actor_id from actor inner join user on actor_user=user_id where user_name='TonyBallioni') and rev_timestamp > '20210201' and rev_timestamp < '20210301') as 'feb', (select (count(*) > 100) from revision_userindex where rev_actor=(select actor_id from actor inner join user on actor_user=user_id where user_name='TonyBallioni') and rev_timestamp > '20210101' and rev_timestamp < '20210201') as 'jan', (select (count(*) > 100) from revision_userindex where rev_actor=(select actor_id from actor inner join user on actor_user=user_id where user_name='TonyBallioni') and rev_timestamp > '20201201' and rev_timestamp < '20210101') as 'dec', (select (count(*) > 100) from revision_userindex where rev_actor=(select actor_id from actor inner join user on actor_user=user_id where user_name='TonyBallioni') and rev_timestamp > '20201101' and rev_timestamp < '20201201') as 'nov', (select (count(*) > 100) from revision_userindex where rev_actor=(select actor_id from actor inner join user on actor_user=user_id where user_name='TonyBallioni') and rev_timestamp > '20201001' and rev_timestamp < '20201101') as 'oct', (select (count(*) > 100) from revision_userindex where rev_actor=(select actor_id from actor inner join user on actor_user=user_id where user_name='TonyBallioni') and rev_timestamp > '20200901' and rev_timestamp < '20201001') as 'sep', (select (count(*) > 100) from revision_userindex where rev_actor=(select actor_id from actor inner join user on actor_user=user_id where user_name='TonyBallioni') and rev_timestamp > '20200801' and rev_timestamp < '20200901') as 'aug'
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...