Re: What err ??? - Mailing list pgsql-admin

From Nick Fankhauser
Subject Re: What err ???
Date
Msg-id NEBBLAAHGLEEPCGOBHDGOEHEFBAA.nickf@ontko.com
Whole thread Raw
In response to What err ???  ("Robson Martins" <robson-martins@bol.com.br>)
List pgsql-admin
Try:

SELECT RazaoSocial || ' - ' || coalesce(Bairro || ' ','') || CGCCli As
Coluna FROM Clientes WHERE RazaoSocial Like '%A%';


>SELECT RazaoSocial + ' - ' + Iif(Bairro Is Null,'',Bairro + ' ') + CGCCli
As Coluna FROM
>Clientes WHERE RazaoSocial Like '%A%'


Regards,

Nick


--------------------------------------------------------------------------
Nick Fankhauser  nickf@ontko.com  Phone 1.765.935.4283  Fax 1.765.962.9788
Ray Ontko & Co.     Software Consulting Services     http://www.ontko.com/


pgsql-admin by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: What err ???
Next
From: Tim Ellis
Date:
Subject: Re: What err ???