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
Gwleibniz
.
My First Test
Toggle Highlighting
SQL
USE dewiktionary_p; SELECT count(p1.page_id), min(p1.page_title) #p2.page_title, #cl_from, cl_to FROM page p1 JOIN categorylinks on cl_from = p1.page_id and cl_to in ('Deklinierte_Form_Dativ-e_(Deutsch)','Substantiv_(Deutsch)') #join page p2 #on p2.page_title = left(p1.page_title,length(p1.page_title)-1) #and p2.page_namespace=0 WHERE p1.page_namespace=0 and p1.page_title regexp '^[[:alpha:]]*$' #and p1.page_title = 'Falle' group by p1.page_title having count(p1.page_id) >= 2 limit 20 ;
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...