View Single Post
  #1 (permalink)  
Old 12-31-08, 00:00
Frunkie Frunkie is offline
Gives Bad Advice
 
Join Date: Mar 2007
Location: 010101010110100
Posts: 791
Any opinions on ON DUPLICATE KEY UPDATE?

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"?

Reply With Quote