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
Huji
.
Toggle Highlighting
SQL
use fawiki_p; SELECT DISTINCT log_id, user_name, log_title AS link, log_comment, STR_TO_DATE(LEFT(log_timestamp, 8), '%Y%m%d'), 'محافظت کامل' AS issue FROM logging JOIN user_groups ON log_user = ug_user JOIN user ON log_user = user_id WHERE ug_group = 'eliminator' AND log_type = 'protect' AND log_action = 'protect' AND ( log_params LIKE '%[edit=sysop]%' OR log_params NOT LIKE '%[create=sysop]%' OR log_params NOT LIKE '%[move=sysop]%' )
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...