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
Gitartha.bordoloi
.
List of users who made an edit last month excluding bots
Toggle Highlighting
SQL
SELECT edits.page_title, COUNT(*) AS count FROM pageviews pvw INNER JOIN edits e ON pvw.page_id = e.page_id INNER JOIN page p ON e.page_id = p.page_id WHERE p.page_namespace = 0 AND p.page_is_redirect = 0 AND pvw.pvw_month = 5 AND pvw.pvw_year = 2024 AND p.page_lang = 'as' GROUP BY edits.page_title ORDER BY count 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...