comparing 2 tables. . .

From: JT Kirkpatrick <jt-kirkpatrick(at)mpsllc(dot)com>
To: "'pgsql-sql(at)hub(dot)org'" <pgsql-sql(at)hub(dot)org>
Subject: comparing 2 tables. . .
Date: 1999-09-24 13:22:50
Message-ID: 01BF066E.5FDF4460.jt-kirkpatrick@mpsllc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


can anyone help please??

we have two tables in our database that *should* have the exact same number
of records, with identical values in their corresponding primary keys (pk
same in both tables, int4). for this example, table t1 with primary key
pk, and table t2 with primary key pk. after about 3 months of use and a
crash last night i see that the two tables do NOT have the same number of
records -- one is missing some that it should have. is there a way i can
compare the two tables and select ONLY the records that do NOT exist in the
2nd table?? if i could identify the records (and the pk) then i could
manually insert them. each table has over 50,000 records so it is not
feasable to review each record to find them manually (which i tried last
night. . .).

we are struggling this morning -- any help you could provide quickly would
be greatly appreciated!

jt kirkpatrick / mps

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Daniel Péder 1999-09-24 13:50:17 RE: [SQL] comparing 2 tables. . .
Previous Message Sean Mullen 1999-09-23 23:40:43