Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Is there a way to label multiple Bigquery tables at the same time using SQL?

As tables within a Dataset  do not inherit the Dataset labels, I am looking for ways to label multiple tables.

I think this can be done using  Java with a loop but I'm wondering if there's a way to do it using the SQL rather than running it for each table one by one.

 

1 1 677
1 REPLY 1

I think what you are looking for is how to Query multiple tables and it might also help you to change the labels of the tables.