Re: help - Mailing list pgsql-php

From Andrew J. Kopciuch
Subject Re: help
Date
Msg-id 200307031251.21706.akopciuch@bddf.ca
Whole thread Raw
In response to help  (arun kv <arun@library.iisc.ernet.in>)
List 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

pgsql-php by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: help
Next
From: Lynna Landstreet
Date:
Subject: pg_query undefined?