My last DOH moment was when writing some SQL statements and I forgot the WHERE clause ... DELETE FROM billing; instead of DELETE FROM billing WHERE id=123; The first statement deletes every single record in the database table. I sure wont make that mistake again.