我想通過使用雅虎查詢獲取經緯度的一些天氣數據。但似乎這個查詢現在不可用。查詢如下: select * from weather.forecast where woeid in (SELECT woeid FROM geo.placefinder WHERE text="{lat},{lon}" and gflags="R")
是此查詢更改爲新的或什麼?或者它不再存在?上次我使用這種格式大約2個
正在嘗試查詢YQL console。這一個正常工作: select * from weather.forecast where woeid=1989965
但我想在公制(攝氏)值,所以我用這個查詢: select * from weather.forecast where woeid=1989965 and unit='c'
我得到一個空的結果: {
"query": {
"c