Re: add some word in select

From: "Ropel" <ropel(at)ropel(dot)it>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: add some word in select
Date: 2003-12-18 15:12:44
Message-ID: 004901c3c57a$d2964010$0100a8c0@ropelxp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

If I've understood what you mean, the answer is:
"select 'Hello ' || name from user"

( || is pipe character two times )

Bye

Roberto

----- Original Message -----
From: "Ricky" <ricky(at)babonmultimedia(dot)com>
To: <pgsql-odbc(at)postgresql(dot)org>
Sent: Thursday, December 18, 2003 11:44 AM
Subject: Re: [ODBC] add some word in select

> hello, i have sql "select name from user" then row result "John" come up.
is
> it posible that the result produce
> "HELLO John" . there's word "Hello" before the row name
>
> thanks
> RIcky
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Administrator 2003-12-18 17:06:52 PostGIS binary geometry as binary data
Previous Message Ricky 2003-12-18 10:44:25 Re: add some word in select