hi I'm changind of BD from SQL to postgreSQL and I wanna know how to do this stored procedure in postgres
[CODE=sql]
create Procedure [dbo].[ConsultarDepart amento]
As
BEGIN
Select * From Departamento
END
[/CODE]
thx
[CODE=sql]
create Procedure [dbo].[ConsultarDepart amento]
As
BEGIN
Select * From Departamento
END
[/CODE]
thx
Comment