postgresql自定義類型並返回數組

create type custom_data_type as ( id int, name varchar(50), score decimal(5,2), create_time timestamp ); create or replace function custom_data_type_demo(p_order_unit_array varchar[],p_goods_array in
相關文章
相關標籤/搜索