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
XXN
.
Toggle Highlighting
SQL
USE rowiki_p; SELECT /*distinct*/ pl_title, COUNT(pl_title) FROM pagelinks JOIN categorylinks ON pl_from = cl_from WHERE pl_from_namespace = 0 and pl_namespace = 0 # AND cl_type = "page" AND cl_to = "Centura_de_asteroizi"#"Obiecte_astronomice_descoperite_în_1988"#"Obiecte_astronomice_descoperite_în_1988" # test and pl_from = 1386302;#pl_title = "5430_Luu"; AND NOT EXISTS ( SELECT * FROM page WHERE pl_title = page_title AND page_namespace = 0 ) group by pl_title having COUNT(pl_title) > 4 ORDER BY COUNT(pl_title) desc #LIMIT 10;/**/
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...