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 user.user_name as 利用者名, date( user.user_registration ) as 登録日, min( date( rev.rev_timestamp ) ) as 初投稿日, max( date( rev.rev_timestamp ) ) as 最終投稿日, group_concat( log.logging_logindex.log_params, separator '<br />' ) as 設定値 from user inner join revision_userindex as rev on user.user_id = rev.rev_user left outer join ( select log2.log_title, log2.log_params from logging_logindex as log2 where logging_logindex.log_type = "block" AND (log2.log_title = "Tonomuraayuta" OR log2.log_title = "Tanka~jawiki" OR log2.log_title = "魔法陣" OR log2.log_title = "和暦除去行為取消し" OR log2.log_title = "和暦除去行為取り消し" OR log2.log_title = "和暦除去行為取消" OR log2.log_title = "武王" OR log2.log_title = "Disputed" OR log2.log_title = "志賀 慶一" OR log2.log_title = "弱" OR log2.log_title = "Inception2010") ) as log on user.user_name = log.log_title where (user.user_name = "Tonomuraayuta" OR user.user_name = "Tanka~jawiki" OR user.user_name = "魔法陣" OR user.user_name = "和暦除去行為取消し" OR user.user_name = "和暦除去行為取り消し" OR user.user_name = "和暦除去行為取消" OR user.user_name = "武王" OR user.user_name = "Disputed" OR user.user_name = "志賀 慶一" OR user.user_name = "弱" OR user.user_name = "Inception2010") group by user.user_id, rev.rev_user, user.user_name, user.user_registration order by 初投稿日 asc, 最終投稿日 asc
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...