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
Bulgu
.
Toggle Highlighting
SQL
USE trwiki_p; select page_id , concat("[[",replace(page_title,"_"," "),"]]") as baslik , page_is_new as y, page_len as len , concat("http://tr.wikipedia.org/w/index.php?redirect=no&curid=",page_id) as url , user_name as ilk_kullanici , datediff(now(),rev_timestamp) as kac_gun -- , count(*) -- , rev_comment, rev_deleted from page left join flaggedrevs on fr_page_id = page_id join revision_userindex on rev_page = page_id join user on user_id = rev_user where page_namespace = 0 and rev_parent_id = 0 and user_name not in ('Etrüsk', 'Maderibeyza', 'Alperx', 'Erdall', 'Krkzn', 'Sabri76', 'Mach', 'Lazprens') -- and user_name in ('Mirada') -- and page_is_redirect = 1 and fr_tags is null -- and length(rev_comment) > 0 -- and page_id not in (select pp.page_id from page pp join logging_userindex on log_title = pp.page_title where log_action ='delete') and page_id in (select cl_from from categorylinks where cl_to in ('Türkiye_köy_taslakları')) -- group by user_id order by -- count(*) desc, rev_id -- , rev_user -- limit 500 ;
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...