Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Index pages by authors born or died a multiple of 100 years ago
by
Candalua
This query is marked as a draft
This query has been published
by
Candalua
.
List of index pages (from Italian Wikisource) for books written by authors who were born or died an exact number of centuries ago
Toggle Highlighting
SQL
use itwikisource_p; select concat('SAL ', SAL, ': ', Indice, ' di ', Autore, ' (', Nascita, '-', Morte, ')') from ( select concat('[[Indice:', replace(indice.page_title, '_', ' '), ']]') Indice, (select replace(cat_title, 'Pagine_indice_SAL_', '') from category join categorylinks on cat_title = cl_to where cl_from = indice.page_id and cat_title like 'Pagine_indice_SAL_%') SAL, concat('[[Autore:', autori.autore, ']]') Autore, (select replace(cat_title, 'Nati_nel_', '') from category join categorylinks on cat_title = cl_to where cl_from = id_autore and cat_title like 'Nati_nel_%') Nascita, (select replace(cat_title, 'Morti_nel_', '') from category join categorylinks on cat_title = cl_to where cl_from = id_autore and cat_title like 'Morti_nel_%') Morte from category cat join categorylinks catlink on cat.cat_title = catlink.cl_to join page indice on catlink.cl_from = indice.page_id join ( select author.page_title autore, author.page_id id_autore from page author join categorylinks catlink2 on author.page_id = catlink2.cl_from where cl_to in ( select cat_title from category where cat_title rlike concat('Nati_nel_[0-9][0-9]', DATE_FORMAT(now(), '%y')) or cat_title rlike concat('Morti_nel_[0-9][0-9]', DATE_FORMAT(now(), '%y')) ) ) autori on cat_title = concat('Libri_di_', autori.autore) ) q order by tonumber(SAL), Indice
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...