Re: postgres function - Mailing list pgsql-general

From David G. Johnston
Subject Re: postgres function
Date
Msg-id CAKFQuwYBAPqE7ZVhTewrrxpogb90foAfcx1R_i=7NYvGz5U-Pg@mail.gmail.com
Whole thread Raw
In response to postgres function  (Ramesh T <rameshparnanditech@gmail.com>)
List pgsql-general
On Thu, Oct 15, 2015 at 3:15 PM, Ramesh T <rameshparnanditech@gmail.com> wrote:
yes David gave correct solution

but , the value I'm using  and  it's column in the table sometimes value  may be '123-987-123' or '123-987-123-13-87'


​So adapt the answer provided to match your data.​

if pass like below must return else condiion 0,

select case when select split_part('123-987-123','-',4) >0
then 1 else 0 end 
it's return error like integer need...


​I have no clue what you are trying to say here...

David J.
 

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Simple way to load xml into table
Next
From: anj patnaik
Date:
Subject: Re: question