In a Interbase Stored Procedure I can write a
FOR SELECT id, name FROM names INTO :id, :name DO
BEGIN
id=id+1;
suspend;
END
How to do this in PostgreSQL?
Thanks
Lewis
lkemeri@metalogic.hu
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.