Fork of List of accounts globally locked by WMFOffice in March 2025 by Nemoralis
This query is marked as a draft This query has been published by Nemoralis.

SQL

AخA
 
SELECT
    REPLACE(l.log_title, '@global', '') AS "Username",
    u.user_editcount AS "Edit count on Meta-Wiki",
    DATE_FORMAT(u.user_registration, '%Y-%m-%d') AS "Registration Date",
    c.comment_text
FROM
    logging l
JOIN
    comment c ON l.log_comment_id = c.comment_id
JOIN
    user u ON REPLACE(l.log_title, '@global', '') = u.user_name
WHERE
    l.log_type = 'globalauth' AND
    l.log_actor = '25051' AND
    l.log_action = 'setstatus' AND
    l.log_timestamp > '20250325000641' AND
    c.comment_text LIKE "%T389727%"
ORDER BY
    u.user_editcount 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...