BigQuery Dataset Wildcards?

十年热恋 提交于 2019-12-11 05:17:35

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!