我想用YQL向WOEID展示一个城市的城镇,村庄...... 但是我无法显示结果! 我尝试过:
select * from geo.places where parent_woeid="12680570"
select * from geo.places where admin3.woeid="12680570"
select * from geo.places in (select * from geo.places where woeid="12680570")
select * from geo.places where woeid in (select * from geo.places where woeid="12680570")
select name, placeTypeName, admin3 from geo.places where content="Montichiari"
但我没有解决方案!
你有解决方案吗?