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
軽快
.
匿名登録者による、日本語の説明・別名の追加、ラベル・説明・別名の変更であって、巡回されていないものの一覧
Toggle Highlighting
SQL
use wikidatawiki_p; select concat( "[[", rc_title, "|", /*ips_site_page, */"]]") as page_title, concat( "[[Special:Diff/", rc_this_oldid, "|diff]]") as diff, rc_user_text as username, left( concat( date( rc_timestamp ), "T", time( rc_timestamp ) ), 19) as date, rc_comment from wb_items_per_site inner join ( select rc_timestamp, rc_user_text, rc_comment, rc_this_oldid, rc_title, substring( rc_title, 2, 15) as rc_item_id from recentchanges_userindex where rc_user = 0 and rc_namespace = 0 and rc_patrolled = 0 and rc_source = "mw.edit" and ( rc_comment like "/* wbsetdescription-add:1|ja */%" or #説明の追加 rc_comment like "/* wbsetaliases-add:1|ja */%" or #別名の追加 rc_comment like "/* wbsetlabel-set:1|ja */%" or #ラベルの変更 rc_comment like "/* wbsetdescription-set:1|ja */%" or #説明の変更 rc_comment like "/* wbsetaliases-set:1|ja */%" #別名の変更 ) order by rc_timestamp desc limit 10000 ) as rc/* on ips_item_id = rc_item_id where ips_site_id = "jawiki"*/
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...