Quoting for a Select Into - Please Help

Поиск
Список
Период
Сортировка
От A E
Тема Quoting for a Select Into - Please Help
Дата
Msg-id 20040114170919.34287.qmail@web12102.mail.yahoo.com
обсуждение исходный текст
Список pgsql-general
Hi,
 
Could someone help me with quoting this right?
 
select into aliasvalue ''|| trim(arrayval[i]) ||''  from ''|| trim(realname) ||'' where ''|| trim(searchfield) ||'' like ''''%''|| trim(searchvalue) ||''%'''';
 
The parser does not seem to want to put the value of the variables into the statement.
 
Alex

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Collate is not supported for 7.4
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: How are NULLS stored on disk for PG 7.4?