On Tue, Dec 13, 2016 at 6:08 AM, VENKTESH GUTTEDAR <
venkteshgutte...@gmail.com> wrote:
> Hello,
>
> Is there a way to append an array to a multidimentional array in
> PL/PGSQL procedure?
>
> EG:
> Array_1 = [][];
> Array_2 = '{1,2,3,4,5}';
>
> Result should be :
>Array_1 = {{1
Hello Chris Travers.
Its working.
You saved my day.:)
Thanks a tons.
On Tue, Dec 13, 2016 at 9:18 AM, Chris Travers
wrote:
> Array_1 :== Array_1 || Array[Array_2]
>
> I think
>
> On Tue, Dec 13, 2016 at 6:08 AM, VENKTESH GUTTEDAR <
> venkteshgutte...@gmail.com> wrote:
>
>> Hello,
>>
>> Is
Array_1 :== Array_1 || Array[Array_2]
I think
On Tue, Dec 13, 2016 at 6:08 AM, VENKTESH GUTTEDAR <
venkteshgutte...@gmail.com> wrote:
> Hello,
>
> Is there a way to append an array to a multidimentional array in
> PL/PGSQL procedure?
>
> EG:
> Array_1 = [][];
> Array_2 = '{1,2,3,
Hello,
Is there a way to append an array to a multidimentional array in
PL/PGSQL procedure?
EG:
Array_1 = [][];
Array_2 = '{1,2,3,4,5}';
Result should be :
Array_1 = {{1,2,3,4,5}};
--
Regards :
Venktesh Guttedar.
Hello,
Is there a way to append an array to a multidimentional array?
EG:
--
Regards :
Venktesh Guttedar.