Re: How to remove elements from array .

2018-07-06 Thread Pavel Stehule
2018-07-06 11:45 GMT+02:00 Brahmam Eswar : > Hi All, > > My request is simple, > > Just browse the results from a table into an array and loop through array > results to find out to unnecessary records and delete them based on certain > business conditions and print the rest of the records. > > Be

Re: How to remove elements from array .

2018-07-06 Thread Brahmam Eswar
Hi All, My request is simple, Just browse the results from a table into an array and loop through array results to find out to unnecessary records and delete them based on certain business conditions and print the rest of the records. Below are the array results from table. {"(20310,https://go

Re: How to remove elements from array .

2018-07-06 Thread Pavel Stehule
Hi 2018-07-06 10:19 GMT+02:00 Charles Clavadetscher : > Hi > > > > *From:* Brahmam Eswar [mailto:brahmam1...@gmail.com] > *Sent:* Freitag, 6. Juli 2018 09:50 > *To:* pgsql-general ; > pgsql-hack...@postgresql.org > *Subject:* How to remove elements from array . > > > > Hi , > > > > I tried to use

Re: How to remove elements from array .

2018-07-06 Thread Pavel Stehule
Hi 2018-07-06 9:49 GMT+02:00 Brahmam Eswar : > Hi , > > I tried to use array_remove to remove elements from an array but it's > saying function doesn't exist . I'm able to use other array functions. > > 1) Capture the results with multiple columns into array . > 2) if ay results exist then loop

RE: How to remove elements from array .

2018-07-06 Thread Charles Clavadetscher
Hi From: Brahmam Eswar [mailto:brahmam1...@gmail.com] Sent: Freitag, 6. Juli 2018 09:50 To: pgsql-general ; pgsql-hack...@postgresql.org Subject: How to remove elements from array . Hi , I tried to use array_remove to remove elements from an array but it's saying function doesn't exis