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
Erutuon
.
Toggle Highlighting
SQL
select date_format(rc_timestamp, '%Y-%m-%d %H:%i:%s') as timestamp, actor_name as user, rc_namespace as namespace, rc_title as title, comment_text from recentchanges left join actor on actor_id = rc_actor left join page as category_member on page_id = rc_cur_id left join comment on comment_id = rc_comment_id where rc_type in (0, 1) and comment_text like '%MediaWiki:Gadget-aWa.js%' order by rc_timestamp desc limit 1000;
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...