: Re: [SQL] Except without elimination of non-distinct rows
"Ray Madigan" <[EMAIL PROTECTED]> writes:
> Is there any way to use except that won't remove the non-distinct rows
from
> the left side of the query?
EXCEPT ALL might or might not do what you're hoping for
"Ray Madigan" <[EMAIL PROTECTED]> writes:
> Is there any way to use except that won't remove the non-distinct rows from
> the left side of the query?
EXCEPT ALL might or might not do what you're hoping for. Check the
manual (I think the SELECT reference page is what to look at).
Is there any way to use except that won't remove the non-distinct rows from
the left side of the query?
---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster