Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google bigquery 在大查询的计划查询中是否可能调用过程?_Google Bigquery - Fatal编程技术网

Google bigquery 在大查询的计划查询中是否可能调用过程?

Google bigquery 在大查询的计划查询中是否可能调用过程?,google-bigquery,Google Bigquery,我正在Bigquery的预定查询中尝试调用过程。很遗憾,出现以下错误:找不到过程 我试着以几种可能的方式调用该过程: CALL project.schema.procedure() CALL schema.procedure() CALL procedure() 上面的前两个选项通过“编写新查询”功能正常工作 谢谢你的帮助

我正在Bigquery的预定查询中尝试调用过程。很遗憾,出现以下错误:找不到过程

我试着以几种可能的方式调用该过程:

CALL project.schema.procedure()
CALL schema.procedure()
CALL procedure()
上面的前两个选项通过“编写新查询”功能正常工作

谢谢你的帮助