Re: help with dynamic table name

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Peter Schonefeld" <peter(dot)schonefeld(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: help with dynamic table name
Date: 2007-03-06 05:36:24
Message-ID: 27131.1173159384@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Peter Schonefeld" <peter(dot)schonefeld(at)gmail(dot)com> writes:
> ... but it still will not work. "ERROR: 42883: operator does not exist:
> \"unknown\" + character varying"

You missed the tip that the correct string-concatenation operator is ||
not + ...

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2007-03-06 06:19:08 Re: help with dynamic table name
Previous Message Jasbinder Singh Bali 2007-03-06 05:22:37 Re: help with dynamic table name