【问题标题】:Show town, village, ... of a city (commune) from YQL显示来自 YQL 的城市(公社)的城镇、村庄、...
【发布时间】: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


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-05-18
      • 1970-01-01
      • 2015-10-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多