| Subject | Re: Odp: [firebird-support] Using stored procedure results in the WHERE clause |
|---|---|
| Author | sboydlns |
| Post date | 2013-07-09T18:34:25Z |
--- In firebird-support@yahoogroups.com, "liviuslivius@..." <liviuslivius@...> wrote:
>That is certainly a way to accomplish what I want. Thank you.
> Hi,
> Use
> Where (select p.xxx from proc p) ....
>