This query is marked as a draft This query has been published by Nux.

SQL

x
 
USE plwiki_p;
SELECT log_title, min(log_timestamp), min(log_params)
FROM logging
WHERE log_type = 'rights' AND log_namespace = '2' AND log_params like '%sysop%'
GROUP BY log_title
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.

Query status: complete

Executed in 2.92 seconds as of Sun, 12 Jan 2020 00:51:28 UTC.