从YQL到市(公社)的城镇,村庄,...

时间:2014-09-09 20:48:58

标签: geolocation yahoo yql

我想用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"

但我没有解决方案!

你有解决方案吗?

1 个答案:

答案 0 :(得分:0)

您的YQL查询错误。 YQL查询应该是:
 select * from geo.places where woeid="12680570"

尝试here。链接到YQL控制台的是here