Querying across partitions
Open
- Dominant language
- C++
- Stars
- 2.6k
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
In BigQuery I can write statements like this:
```
select * from dataset1.table_* where _TABLE_SUFFIX = '201910'
```
To dynamically query multiple partitions/tables.
This fails as an unrecognized table in the analyzer. Is there any support for this syntax in zetasql?
Contributor guide
Assessment
This issue has not been assessed yet.