I can write stored procedure. My procedure in mssql is:
CREATE PROCEDURE sp_list AS
select id, name, phone, comment from user where (id>100) order by name
GO
How can I create this procedure in psql ?
Thanks. Matop.
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.