79245508

Date: 2024-12-02 20:31:05
Score: 1.5
Natty:
Report link

Another option, besides re-creating the table and then doing "INSERT INTO <Target_Table> SELECT * FROM <Source_Table>" is to use "bq cp mydataset.mytable mydataset2.mytable2". It's there in the google docs, not sure how I missed it. Seems it should be simpler/quicker than the "INSERT INTO ..." option though I have not compared.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: racerX