Re: help with dynamic table name

From: "Peter Schonefeld" <peter(dot)schonefeld(at)gmail(dot)com>
To: "Stephan Szabo" <sszabo(at)megazone(dot)bigpanda(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: help with dynamic table name
Date: 2007-03-06 05:17:55
Message-ID: 9cc0d1180703052117t445b13a0tc998401405ba8e42@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Got it!

sql := 'INSERT INTO '|| $3 ||' (id,body) VALUES ('''|| $1 ||''','''|| $2
||''')';

Thanks all :)
Pete

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jasbinder Singh Bali 2007-03-06 05:22:37 Re: help with dynamic table name
Previous Message Peter Schonefeld 2007-03-06 05:12:31 Re: help with dynamic table name