tomayac’s avatartomayac’s Twitter Archive—№ 10,463

  1. …in reply to @ChromiumDev
    @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 use foo.table_* (cloud.google.com/bigquery/docs/querying-wildcard-tables), but what if tables are named foo.2018_table and foo.2018_other, so foo.* would be too broad? I need foo.*_table.