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
Terrylaire
.
La requête compte le nombre de pages possédant le modèle Infobox_Commune_de_France dans leur révision actuelle. Environ 35 000 serait un bon nombre.
Toggle Highlighting
SQL
use frwiki_p; SELECT page_title, content.* FROM revision join page on page_latest = rev_id join slots on slot_revision_id = rev_id join content on slot_content_id = content_id JOIN templatelinks ON tl_from = page_id WHERE tl_namespace = 10 AND tl_title = "Infobox_Commune_de_France" AND page_namespace = 0 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...