简体   繁体   English

如何从 bigquery-public-data 在 bigquery 中创建表

[英]How to create table in the bigquery from the bigquery-public-data

I need to locate a guild that shows how to get the dataset from bigquery-public-data to a table under my projects.我需要找到一个公会,该公会展示如何将数据集从 bigquery-public-data 获取到我项目下的表中。

You could use你可以使用

select * from dataset.tablename 

using this query your could create a table under your project name and dataset.使用此查询,您可以在您的项目名称和数据集下创建一个表。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM