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
Titore
.
Toggle Highlighting
SQL
use itwiki_p; SELECT CONCAT('# [[', page_title, ']]') as link, COUNT(page_title) as num FROM externallinks, page JOIN categorylinks ON cl_from = page_id AND cl_to = 'Santi_italiani_del_XIX_secolo' AND NOT EXISTS ( SELECT 1 FROM categorylinks WHERE cl_from = page_id AND cl_to = 'P6126_letta_da_Wikidata' ) WHERE el_to like 'http://www.santiebeati.it%' AND page_namespace = 0 AND page_id = el_from GROUP BY page_title HAVING num >= 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...