Re: help

Поиск
Список
Период
Сортировка
От Andrew J. Kopciuch
Тема Re: help
Дата
Msg-id 200307031251.21706.akopciuch@bddf.ca
обсуждение исходный текст
Ответ на help  (arun kv <arun@library.iisc.ernet.in>)
Список 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 по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: help
Следующее
От: Lynna Landstreet
Дата:
Сообщение: pg_query undefined?