Search Postgresql Archives
Re: Finding missing records
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I wrote:
Note that IN and EXCEPT are essentially set operators - if you have
duplicates in either table, you might not get what you expect.
If what you want is the =bag= difference of the two tables, you'll
have to do something more complicated.
and then I immediately saw Pandurangan's message indicating that ALL
can be used to turn the set operators into bag operators, e.g., EXCEPT
ALL. Cool! (And not complicated at all.)
- John D. Burger
MITRE
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]
[Postgresql Jobs]
[Postgresql Admin]
[Postgresql Performance]
[Linux Clusters]
[PHP Home]
[PHP on Windows]
[Kernel Newbies]
[PHP Classes]
[PHP Books]
[PHP Databases]
[Postgresql & PHP]
[Yosemite]