Home > Back-end >  Postgres function int array parameter error?
Postgres function int array parameter error?

Time:01-23

I wrote a postgres function which takes an array of integers as an argument

create or replace function f_get_profiles(
            exp_array jsonb, 
            lng_array int[]            
  •  Tags:  
  • Related