PL/pgSQL

From: "Wojciech Strzaka" <wojtek_strzalka(at)interia(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: PL/pgSQL
Date: 2002-10-03 14:53:26
Message-ID: anhlia$8s8$1@news.tpi.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

i've got a simple plsql function and this line is wrong:

EXECUTE ''SELECT INTO lp MAX('' || column || '') AS MX FROM '' || table
|| '';'';

with error message:

"parse error at or near 'INTO' "

it seems like it don't recognize SELECT INTO - but what's wrong?

Thaks, Wojtek

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ian Harding 2002-10-03 15:20:46 Re: Core Dump
Previous Message Charles H. Woloszynski 2002-10-03 14:26:59 Re: Large databases, performance