Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Liczba edycji w plwikisource w całej historii
by
Ankry
This query is marked as a draft
This query has been published
by
Ankry
.
Toggle Highlighting
SQL
USE plwikisource_p; SET @w:=0; SELECT @w:=@w+1 AS 'Lp',`Użytkownik`,`Liczba stron` FROM (SELECT user_name AS 'Użytkownik', COUNT(*) AS 'liczba stron' FROM (SELECT DISTINCT user_name, page_id FROM actor JOIN revision ON rev_actor=actor_id JOIN user ON actor_user=user_id JOIN page ON rev_page=page_id WHERE page_namespace IN (0,100,102,104,124) AND NOT UPPER(user_name) RLIKE 'BOT') AS A GROUP BY user_name HAVING `liczba stron`>1000 ORDER BY 2 DESC LIMIT 100) AS A;
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...