-
@ChromiumDev @rick_viscomi @HTTPArchive Is there a way to query multiple tables if the dynamic part is a prefix? Say, if I have
foo.table_2018, I can usefoo.table_*(cloud.google.com/bigquery/docs/querying-wildcard-tables), but what if tables are namedfoo.2018_tableandfoo.2018_other, sofoo.*would be too broad? I needfoo.*_table.