Re: What err ???

From: "Robson Martins" <robson-martins(at)bol(dot)com(dot)br>
To: <nickf(at)ontko(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: What err ???
Date: 2002-06-07 18:03:46
Message-ID: 000801c20e4d$af52b920$3a3c620a@catnet.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Ok, Nick.Masaru,Joel.

Very Thanks! Nick.
It helped sufficiently. :-)

Brasil vai ganhar a Copa do Mundo!

Robson Martins
>From Brazil

----- Original Message -----
From: "Nick Fankhauser" <nickf(at)ontko(dot)com>
To: "Robson Martins" <robson-martins(at)bol(dot)com(dot)br>;
<pgsql-admin(at)postgresql(dot)org>
Sent: Friday, June 07, 2002 12:49 PM
Subject: RE: [ADMIN] What err ???

> 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(at)ontko(dot)com Phone 1.765.935.4283 Fax 1.765.962.9788
> Ray Ontko & Co. Software Consulting Services http://www.ontko.com/
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message nikolaus 2002-06-07 20:49:15 Re: Postgres network preformance
Previous Message Tim Ellis 2002-06-07 17:13:08 Re: What err ???