ERROR: query has no destination for result data

Поиск
Список
Период
Сортировка
От rahul143
Тема ERROR: query has no destination for result data
Дата
Msg-id 1354460696189-5734594.post@n5.nabble.com
обсуждение исходный текст
Список pgsql-general
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.


В списке pgsql-general по дате отправления:

Предыдущее
От: rahul143
Дата:
Сообщение: High SYS CPU - need advise
Следующее
От: rahul143
Дата:
Сообщение: Regarding the shared disk fail over cluster configuration