Subject | Re: Unbilled orders |
---|---|
Author | lysander_fb |
Post date | 2005-06-15T13:38:29Z |
--- In firebird-support@yahoogroups.com, Pavel Menshchikov
<mpn2001@y...> wrote:
left-outer-join/right-side=null method.
(... and slap me again, because something like this I could have found
in Helen's book...)
spasiva!
André
during the next 4-6 weeks, because we plan to implement something
similar in our company.
If you do not hear anything from me until then, drop me a note at
knappstein$NoSpam$at$beta-eigenheim$.$de and slap me again :)
<mpn2001@y...> wrote:
> You could try the following also:This - in our very special case - works about 10% FASTER than the
> -----
> SELECT
> orders.orderno,
> orders.ordertitle
> FROM
> orders
> WHERE
> NOT EXISTS
> (SELECT
> 1
> FROM
> bills
> WHERE
> bills.bill_reference = orders.orderno)
> -----
left-outer-join/right-side=null method.
(... and slap me again, because something like this I could have found
in Helen's book...)
spasiva!
André
> HTHI was looking at your site, btw., I will try to test the software
> --
> Best regards,
> Pavel Menshchikov
> http://www.ls-software.com
during the next 4-6 weeks, because we plan to implement something
similar in our company.
If you do not hear anything from me until then, drop me a note at
knappstein$NoSpam$at$beta-eigenheim$.$de and slap me again :)