Page 1 of 1

What kind of situation is REPLACE useful for?

Posted: Wed Aug 23, 2006 10:25 pm
by daedalus__
I'm just curious. I can't think of anything off the top of my head. Why not just use UPDATE?

Posted: Wed Aug 23, 2006 10:38 pm
by feyd
When you want to update a potentially existing record; if it doesn't exist, create it.