Subject | Re: query help - trying to avoid another join |
---|---|
Author | markd_mms |
Post date | 2007-02-13T22:28:54Z |
--- In firebird-support@yahoogroups.com, Svein Erling Tysvaer
<svein.erling.tysvaer@...> wrote:
<svein.erling.tysvaer@...> wrote:
> select <fields>That worked, thanks :-)
> from product_participant pp
> where exists(select * from participant_name pn
> where pp.participantid = pn.participantid
> and pn.name = :MyName)