i want to put my count() result in a plpgsql declared integer variable


declare f_count_var integer;
begin
        select into f_count_var count(empno) from employee
end;

tried this one but it doesnt work










---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly


Reply via email to