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
Smile4ever
.
Toggle Highlighting
SQL
use nlwiki_p; # Some stats, try 2 /*SELECT raw_list.loguser, (SELECT COUNT(1) WHERE isAnoniem = 1) as anoniemN, (SELECT COUNT(1) WHERE isAnoniem = 0) as gebruikerN, (SELECT COUNT(1)) as totaalN FROM (*/ /* SELECT COUNT(*), actor.actor_name #actor.actor_user, rev.rev_timestamp FROM revision rev INNER JOIN actor ON actor.actor_id = rev_actor AND actor_user IS NOT NULL #WHERE GROUP BY actor.actor_user HAVING COUNT(*) > 25 #ORDER BY log_timestamp DESC #De meest recente bovenaan LIMIT 100*/ /*) as raw_list GROUP BY raw_list.loguser ORDER BY COUNT(1) DESC*/ SELECT rev.* FROM revision rev GROUP BY rev_actor LIMIT 100
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...