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

From: A E <cooljoint(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: REPOST[GENERAL] Quoting for a Select Into - Please Help
Date: 2004-01-14 22:47:53
Message-ID: 20040114224753.1013.qmail@web12107.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jeffrey Tenny 2004-01-15 00:51:49 Atomic query and update of sequence generators
Previous Message Luis C. Ferreira (aka lcf) 2004-01-14 21:03:49 Re: Transpose rows to columns