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
Ankry
.
Toggle Highlighting
SQL
/*SELECT * from user_groups where ug_group='bot' limit 10; SELECT * from user_former_groups where ufg_group='bot' limit 10; SELECT * from user where user_name='AkBot'; SELECT * from actor where actor_user=6868;*/ SELECT COUNT(*) AS 'liczba',SUBSTR(rev_timestamp,1,8) AS 'data' FROM revision GROUP BY SUBSTR(rev_timestamp,1,8) ORDER BY 1 DESC LIMIT 10; SELECT COUNT(*) AS 'liczba bez edycji botów',SUBSTR(rev_timestamp,1,8) AS 'data' FROM revision WHERE rev_actor NOT IN (SELECT actor_id FROM actor JOIN user_groups ON ug_user=actor_user WHERE ug_group='bot') AND rev_actor NOT IN (SELECT actor_id FROM actor JOIN user_former_groups ON ufg_user=actor_user WHERE ufg_group='bot') GROUP BY SUBSTR(rev_timestamp,1,8) ORDER BY 1 DESC LIMIT 10;
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...