Fork of Contributors to Rijksmonumentenlijsten by Basvb
This query is marked as a draft This query has been published by Basvb.

SQL

AخA
 
USE nlwiki_p;
SELECT DISTINCT rev_user_text AS users, COUNT(rev_id) AS edits FROM nlwiki_p.revision
JOIN nlwiki_p.page ON page_id = rev_page
WHERE page_title REGEXP "Lijst"
GROUP BY users 
ORDER BY edits DESC;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...