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
Daimona Eaytoy
.
Toggle Highlighting
SQL
use itwiki_p; select log_timestamp, replace(log_title,'_', ' ') as name from logging where log_type = 'rights' and ( ( cast(log_params as char) rlike 'newgroups.+sysop' and (char_length(cast(log_params as char))-char_length(replace(cast(log_params as char), 'sysop','')) = char_length('sysop')) ) or cast(log_params as char) rlike '[^\n]*\n.*sysop' or ( log_timestamp < '20060613000000' and (select cast(comment_text as char) as summary from comment where comment_id = log_comment_id) rlike '[sS]ysop' ) ) group by log_title order by log_timestamp
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...