Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Voci più richieste con # link in ingresso >= 100
by
Mess
This query is marked as a draft
This query has been published
by
Mess
.
Toggle Highlighting
SQL
SELECT pl_title, linkcounter FROM (SELECT pl_title , COUNT(*) as linkcounter , pl_namespace FROM pagelinks WHERE pl_from_namespace=0 AND pl_namespace=0 GROUP BY pl_title, pl_namespace HAVING COUNT(*)>=75 AND COUNT(*)<=99) AS pl LEFT JOIN page ON (pl_title=page_title AND page_namespace= pl_namespace) WHERE page_id IS null ORDER BY linkcounter 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...