Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Список користувачів за кількістю започаткованих статей
by
Ilya
This query is marked as a draft
This query has been published
by
Ilya
.
Toggle Highlighting
SQL
USE ukwiki_p; SELECT @rownum := @rownum + 1 AS rank, user_name, created FROM ( SELECT CONCAT('[[Користувач:', rev_user_text, '|]]') as user_name, COUNT(1) AS created, rev_timestamp FROM page article JOIN revision ON rev_page = article.page_id AND rev_parent_id = 0 AND YEAR(rev_timestamp) = 2016 AND MONTH(rev_timestamp) = 10 JOIN page talk ON talk.page_title = article.page_title AND talk.page_namespace = 1 JOIN templatelinks ON tl_from = talk.page_id AND tl_title = 'Urdu-Ukrainian-week-new' AND tl_namespace = 10 WHERE article.page_namespace = 0 AND article.page_is_redirect = 0 GROUP BY rev_user_text ORDER BY created DESC) t, (SELECT @rownum := 0) r ORDER BY created DESC
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...