geolocation - Show town, village, ... of a city (commune) from YQL -


i want show towns, villages, ... of city woeid yql. can't show result! tried with:

select * geo.places parent_woeid="12680570" select * geo.places admin3.woeid="12680570" select * geo.places in (select * geo.places woeid="12680570") select * geo.places woeid in (select * geo.places woeid="12680570") select name, placetypename, admin3 geo.places content="montichiari" 

but havent't solution!

have got solution?

your yql query wrong. yql query should be:
select * geo.places woeid="12680570"

try out here. link yql console here


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -