Which country borders the most countries? (Q370)
Revision as of 04:37, 12 May 2025 by Aidan (talk | contribs) (Changed claim: Property:P11: SELECT ?sbj { { SELECT ?sbj (COUNT(DISTINCT ?obj) as ?cnt) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P47 ?obj } GROUP BY ?sbj } { SELECT (COUNT(DISTINCT ?obj) as ?cnt) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P47 ?obj } GROUP BY ?sbj ORDER BY DESC (COUNT(DISTINCT ?obj)) LIMIT 1 } })
No description defined
- Which country borders the highest number of countries?
- What country has the most countries bordering it?
- Which country has the highest number of bordering countries?
| Language | Label | Description | Also known as |
|---|---|---|---|
| English |
Which country borders the most countries?
|
No description defined
|
|
Statements
SELECT ?sbj { { SELECT ?sbj (COUNT(DISTINCT ?obj) as ?cnt) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P47 ?obj } GROUP BY ?sbj } { SELECT (COUNT(DISTINCT ?obj) as ?cnt) WHERE { ?sbj wdt:P31/wdt:P279* wd:Q3624078 . ?sbj wdt:P47 ?obj } GROUP BY ?sbj ORDER BY DESC (COUNT(DISTINCT ?obj)) LIMIT 1 } }
0 references