Re: Execute a function?

From: "Steve - DND" <postgres(at)digitalnothing(dot)com>
To: "Mark A(dot) Taff" <marktaff(at)comcast(dot)net>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Execute a function?
Date: 2005-03-15 05:55:24
Message-ID: LDEHKBBOEMIJKHKBOFNFOEBNMBAA.postgres@digitalnothing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> Been a _very_long while, but try:
>
> SELECT my_function(param_1, param_2) As Answer;

Yep, that did it. I'm such a newb with PG, still trying everything the MSSQL
way first. Is that the proper way to do it even if you have a function that
returns void?

Steve

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Sim Zacks 2005-03-15 06:16:20 Re: Execute a function?
Previous Message Mark A. Taff 2005-03-15 05:42:15 Re: Execute a function?