Forum Discussion

ayrat's avatar
ayrat
New Member
8 years ago
Solved

Connecting Big Query tables with partitioning

I have a database which contains a table named app_events. App_events table uses partitioning based on dates. As a result, every day I get a new table with naming app_events_YYYYMMDD.    When I que...