Skip to navigation
Compare 2 postgres tables and out the differences
29.11.16
SELECT id, name FROM foo FULL OUTER JOIN bar USING (id, name) WHERE foo.id IS NULL OR bar.id IS NULL;
http://www.postgresqltutorial.com/compare-two-tables-in-postgresql/
Reply
Anonymous
Information Epoch 1773089847
Using text data files.
Home
Notebook
Contact us