I have monthly Data in BigQuery but I want to create a yearly database, meaning combine the 12 subdatabase to 1.
How can it be done?
The structure is identical for all 12 databases in form:
Date, Name, Amount, Value, Type_of_Good
I thought JOIN might help me, but it is not the case.
Thanks