Tag Archives: sql

Comparing two MySQL tables

From time to time, I need to compare MySQL database tables and see what data has been added to the one in the time since I mysqldump’d the first one. For example: Let’s say I have table_a as my snapshot’d … Continue reading

Tagged , , , , | Leave a comment