问题
I've used table wildcards functions in BigQuery but is it possible to use wildcards to query across multiple datasets within a project?
回答1:
No, this is not currently possible. One technical reason is that it would be more difficult to look up the tables involved if the table wildcards crossed datasets.
来源:https://stackoverflow.com/questions/26421194/bigquery-dataset-wildcards