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. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
