jack wrote:
> Hi,
> I do following in pl/pgsql. (st1 has been set to "LIKE 'abc%' ")
>
> EXECUTE
> ''CREATE TEMP TABLE comuser AS '' ||
> ''SELECT * FROM comt_user1 WHERE username ''||St1||
> ''ORDER BY username;'';
>
> I've got "ERROR: EXECUTE ..SELECT INTO hasn't impletmented", How can??
Can you try to CREATE the table and then do a INSERT ... SELECT.
Perhaps that's the only way.
-- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610)
853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill,
Pennsylvania19026