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, page_title as baslik, page_is_new as y, page_len as len , concat("tr.wikipedia.org/w/index.php?redirect=no&curid=",page_id) as url -- , rev_comment, rev_deleted , user_name as page_creator, user_id , datediff(now(),rev_timestamp) as kac_gun -- , count(*) 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_id = 0 -- and user_name in ('Mirada') and user_name in ('Etrüsk') -- and user_name in ('Maderibeyza') -- 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') -- group by user_id order by -- count(*) desc, rev_id -- , rev_user -- limit 100 ;
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...