【问题标题】:BigQuery cannot find existing table in locationBigQuery 在位置找不到现有表
【发布时间】:2021-03-15 07:59:09
【问题描述】:

出现以下错误

“未找到:表 bigquery-public-data:stackoverflow.post_questions 在美国位置找不到”,同时尝试查询公共 Google Bigquery 数据集”

这里是查询:

select split(tags,'|'), count(*) from `bigquery-public-data.stackoverflow.post_questions`
where extract (year from creation_date) >= 2008
group by tags

数据集位于美国,所以我很困惑,谢谢你的帮助

【问题讨论】:

    标签: google-bigquery


    【解决方案1】:

    尝试添加s: bigquery-public-data.stackoverflow.posts_questions 而不是bigquery-public-data.stackoverflow.post_questions

    【讨论】:

      猜你喜欢
      • 2020-09-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-07-19
      • 2014-08-26
      • 1970-01-01
      • 2022-06-17
      • 2014-08-23
      相关资源
      最近更新 更多