加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

xml – YQL控制台 – 没有找到表yahoo.finance.quotes的定义

发布时间:2020-12-16 07:50:36 所属栏目:百科 来源:网络整理
导读:我目前正在学习如何通过YQL查询数据,并想知道表是否:yahoo.finance.quotes yahoo.finance.historicaldata现在工作. 事实上,在https://stackoverflow.com/questions/12417624/中提出了简单的查询: select * from yahoo.finance.quotes where symbol in ("YH
我目前正在学习如何通过YQL查询数据,并想知道表是否:yahoo.finance.quotes&& yahoo.finance.historicaldata现在工作.

事实上,在https://stackoverflow.com/questions/12417624/中提出了简单的查询:

select * from yahoo.finance.quotes where symbol in ("YHOO","AAPL","GOOG","MSFT") 

select * from yahoo.finance.historicaldata where symbol in ("YHOO","MSFT") and startDate = "2012-09-13" and endDate = "2012-09-13"

返回:

<description>No definition found for Table yahoo.finance.quotes</description>

但是,我可以在DATATABLES中看到这些表格 – >显示社区表

谢谢

你需要做什么,它导入社区表.你可以做这样的事情
env 'store://datatables.org/alltableswithkeys'; select * from yahoo.finance.quotes where symbol in ("YHOO","MSFT")

在yql console中,只有在选中“显示社区表”时才会显示这些表

希望它会有所帮助

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读