Re: [SQL] PL/PGSQL beginning is hard....

2000-11-02 Thread Stephan Szabo
> i am a beginner at SQL and PL/pgsql and thus have some surely > already known problems... > > i have set up some tables, and wanted to play around with inbuild > functions, and set up the following function: > > CREATE FUNCTION balance (int4) RETURNS int4 AS ' > DECLARE >compt

[SQL] PL/PGSQL beginning is hard....

2000-11-02 Thread Bruno Boettcher
hello, i am a beginner at SQL and PL/pgsql and thus have some surely already known problems... i have set up some tables, and wanted to play around with inbuild functions, and set up the following function: CREATE FUNCTION balance (int4) RETURNS int4 AS ' DECLARE compte ALIAS FOR