Stored procedure in Postgres
Hello guys
i have a problems of writing the stored procedure in postgresSQL 7.2? is any
body reply me how can we write a procedure which will fetch all the record from a table like
suppose i have a employee table which has two file empname and empid.
select *from emp where empid=10;
Thanks

