I wrote the following such complains.
The CREATE OR REPLACE PROCEDURE getlist ()
AS $BODY $
The begin
Select * from the actor;
end;
$BODY $
LANGUAGE PLPGSQL
How to modify the correct? Thank you very much!
The CREATE OR REPLACE PROCEDURE getlist ()
AS $BODY $
The begin
Select * from the actor;
end;
$BODY $
LANGUAGE PLPGSQL