Is it possible to create UDF containing dynamic sql execution in BigQuery?

后端 未结 0 1712
陌清茗
陌清茗 2021-01-22 13:12

This is what I am trying to do, with no luck:

CREATE FUNCTION get_value_from_json (key string, json string)
AS
(
  (
  EXECUTE IMMEDIATE format(
  ""&qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题