Re: help

From: "Andrew J(dot) Kopciuch" <akopciuch(at)bddf(dot)ca>
To: "yanping huang" <yanping(at)altimate(dot)ca>, pgsql-php(at)postgresql(dot)org
Subject: Re: help
Date: 2003-07-03 18:51:21
Message-ID: 200307031251.21706.akopciuch@bddf.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> How can I put a '^' befor a variable of VARCHAR type in a function?
>

Is this what you are looking for ... the concatentation operator?

select '^' || 'sometext'::varchar;

If you are asking about doing that in the function call :

select myfunction( '^' || var);

Andy

Browse pgsql-php by date

  From Date Subject
Next Message Lynna Landstreet 2003-07-12 22:54:12 pg_query undefined?
Previous Message Frank Bax 2003-07-03 15:41:07 Re: query, display questions