【发布时间】:2014-09-09 20:48:58
【问题描述】:
我想通过 WOEID 和 YQL 展示一个城市的城镇、村庄……。 但我不能显示结果! 我试过了:
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"
但我还没有解决!
你有解决办法吗?
【问题讨论】:
标签: geolocation yahoo yql