Fork of Active editor gadget usage in enwiki by AntiCompositeNumber
This query is marked as a draft This query has been published by حبيشان.

SQL

AخA
 
SELECT up_property, COUNT(*)
FROM user_properties_anon
WHERE 
    up_value = 1
    AND up_property LIKE "gadget%"
AND upa_touched > SUBDATE(NOW(), INTERVAL 1 MONTH)
GROUP BY 1
ORDER BY 2 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...