Hello,
I wish to return the SELECT statement.
Ho can I achieve this?
DO $$
DECLARE v_some_id int=14;
BEGIN
/*
more queries here...
*/
SELECT 'this is text';
END
$$ LANGUAGE plpgsql;
Best,
Peter Kroon
-----
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/ERROR-query-has-no-destination-for-result-data-tp5734594.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.