Subject Re: Odp: [firebird-support] Using stored procedure results in the WHERE clause
Author sboydlns
--- In firebird-support@yahoogroups.com, "liviuslivius@..." <liviuslivius@...> wrote:
>
> Hi,
> Use
> Where (select p.xxx from proc p) ....
>

That is certainly a way to accomplish what I want. Thank you.