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
Chaduvari
.
Toggle Highlighting
SQL
SELECT /*concat(substr(rev.rev_timestamp,1,4),"-",substr(rev.rev_timestamp,5,2),"-", substr(rev.rev_timestamp,7,2)) సృష్టించిన_తేదీ, */p1.page_title పేజీ_పేరు, actor_name వాడుకరిపేరు -- count(actor_name) -- SUM(abs(CAST(rev.rev_len as signed)-if(rev.rev_parent_id=0,0,CAST(parent.rev_len as signed)))) AS Gross_byte_count, -- SUM(CAST(rev.rev_len as signed)-if(rev.rev_parent_id=0,0,CAST(parent.rev_len as signed))) AS nett_byte_count FROM page p1, page p2,revision rev,actor WHERE p1.page_namespace = 0 -- and substr(rev.rev_timestamp,1,6) in("202308","202309","202310","202311") and rev_page=p1.page_id and actor_id=rev.rev_actor and p1.page_title=p2.page_title -- and p2.page_namespace=1 and rev.rev_timestamp between 20230800000000 and 20231120000000 and p2.page_id IN ( SELECT cl_from FROM categorylinks WHERE cl_to = 'క్రికెట్_2023_ప్రాజెక్టులో_భాగంగా_విస్తరించిన_పేజీలు' ) and rev.rev_page=p1.page_id -- GROUP BY actor_name -- order by Gross_byte_count desc
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...