Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

function no return

Question posted by: autogoor@yahoo.com (Guest) on November 23rd, 2005 02:04 AM
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

 
Not the answer you were looking for? Post your question . . .
189,069 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors