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
Yi7cuGhe
.
Toggle Highlighting
SQL
with pageusers as (SELECT rev_page, a.actor_user, up.up_value gender FROM revision r JOIN categorylinks cl ON cl.cl_to = 'Pornodarsteller' AND r.rev_page = cl.cl_from JOIN actor a ON a.actor_id = r.rev_actor LEFT JOIN user_properties up ON up.up_user = a.actor_user and up.up_property = 'gender' GROUP BY 1, 2, 3) SELECT up1.actor_user, up2.actor_user, count(1) val FROM pageusers up1, pageusers up2 WHERE up1.rev_page = up2.rev_page and up1.actor_user >= up2.actor_user GROUP BY 1,2
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...