How to use Array in Array of Json

Поиск
Список
Период
Сортировка
От Monalee Bhandge
Тема How to use Array in Array of Json
Дата
Msg-id CAErOoCcu=xuySa1Za0acZ5hO4OjYs5982+9=6keV0dbZQTfK+w@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to use Array in Array of Json  (Steve Midgley <science@misuse.org>)
RE: How to use Array in Array of Json  (<2.andriychuk@gmail.com>)
Список pgsql-sql
Dear Friends,
My function definition is as:

CREATE OR REPLACE FUNCTION schema1.samplefun1(
    vin_comp_cd smallint,
    vin_div_cd smallint,
    vin_loc_cd smallint[],
    vin_bt_cd integer[],
  )

Here instead of passing parameter I want to just send a single i/p in Json[].

My problem is how to pass array in Json[] variable. And how to use in code.


Thanking You!
Monalee
Database Lead Engineer.

В списке pgsql-sql по дате отправления:

Предыдущее
От: legrand legrand
Дата:
Сообщение: Re: install problem with extensions
Следующее
От: Steve Midgley
Дата:
Сообщение: Re: How to use Array in Array of Json