How can you query a range of timestamped tables with the new syntax? Using TABLE_DATE_RANGE
returns the error Unhandled node type in from clause: TVF
.<
The latest version of BigQuery supports an equivalent of table wildcards with Standard SQL. The documentation is available here: https://cloud.google.com/bigquery/docs/wildcard-tables.
Also please take a look at this post:
Is there an equivalent of table wildcard functions in BigQuery with standard SQL?