Postgres how to unnest an array and determine the type of a field

后端 未结 0 1685
梦谈多话
梦谈多话 2020-12-17 21:35

I have a composite array like the below

CREATE TYPE data_filter AS
        (
             id integer
            ,data_type_id integer 
            ,data_val         


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