Fork of Untitled query #48648 by Martin Rulsch (WMDE)
This query is marked as a draft This query has been published by Martin Rulsch (WMDE).

SQL

AخA
 
USE dewiki_p;
#SELECT * FROM revision_compat limit 1;
SELECT
 user_name,
 user_editcount,
 user_registration
FROM user
JOIN user_properties ON user.user_id = user_properties.up_user
WHERE (NOT EXISTS ( SELECT * FROM user_properties WHERE user_properties.up_user = user.user_id AND user_properties.up_property = "disablemail" ) )
AND user_registration > "20191001000000"
AND user_editcount > "50"
ORDER BY user_editcount DESC
LIMIT 100000
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...