ON DUPLICATE KEY UPDATE
I know this isn't standard SQL but can anyone give me some advice on whether to use this or not? It's tempting because of its convenience.
I am wondering if it falls along the same lines as never using the "dreaded evil enum"?
