Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

function no return

1 view
Skip to first unread message

auto...@yahoo.com

unread,
Mar 17, 2005, 6:02:02 PM3/17/05
to
I define a function


CREATE OR REPLACE FUNCTION my_function(n varchar) RETURNS void AS $$
DECLARE
...
BEGIN
...
END;
$$ LANGUAGE plpgsql;

It has no return. How can I invoke it? SHould I still use

select my_function('aaa')

Thanks,

autogoor

0 new messages