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 jawiki_p; select count( * ) from recentchanges where rc_source = "mw.edit"; select count( * ) from recentchanges where rc_namespace = 0 and ( ( char_length( rc_title ) > 3 and rc_user_text like concat('%', rc_title, '%') ) or ( char_length( rc_user_text ) > 3 and rc_title like concat('%', rc_user_text, '%') ) ); /* select distinct concat( "[[特別:投稿記録/", rc_user_text, "]]" ) as 投稿者, concat( "[[", rc_title, "]]" ) as 記事名 from recentchanges where rc_namespace = 0 and ( ( char_length( rc_title ) > 3 and rc_user_text like concat('%', rc_title, '%') ) or ( char_length( rc_user_text ) > 3 and rc_title like concat('%', rc_user_text, '%') ) )*/
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...