BQコマンド
--copy cmd
bq --project_id=hoge_user cp test_project:test_dataset.table_a test_project:test_dataset.table_b
//既に存在しているテーブルでも上書き可能
--drop cmd
bq --project_id=hoge_user rm test_project:test_dataset.table_a
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
BQコマンド
--copy cmd
bq --project_id=hoge_user cp test_project:test_dataset.table_a test_project:test_dataset.table_b
//既に存在しているテーブルでも上書き可能
--drop cmd
bq --project_id=hoge_user rm test_project:test_dataset.table_a
Register as a new user and use Qiita more conveniently
Go to list of users who liked