Re: REPOST[GENERAL] Quoting for a Select Into - Please Help

Поиск
Список
Период
Сортировка
От Stuart Barbee
Тема Re: REPOST[GENERAL] Quoting for a Select Into - Please Help
Дата
Msg-id 20040115031712.2855.qmail@web41511.mail.yahoo.com
обсуждение исходный текст
Ответ на REPOST[GENERAL] Quoting for a Select Into - Please Help  (A E <cooljoint@yahoo.com>)
Список pgsql-sql
Alex,
 Postgres's "select into" does not work like oracle. 
The "select into" for postgresql creates another
table.  Try this;

select aliasvalue || trim(arrayval[i]) into
newtablename from currenttablename where trim(searchfield) like '%' ||trim(searchvalue) || '%';

Stuart


--- A E <cooljoint@yahoo.com> wrote:
> 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
> 
> 


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


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

Предыдущее
От: Jeffrey Tenny
Дата:
Сообщение: Atomic query and update of sequence generators
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Atomic query and update of sequence generators