is there a command that will update all entries in a specific row to a specific entry ... delete all current ones and replace it with a new one?
thanks!
Printable View
is there a command that will update all entries in a specific row to a specific entry ... delete all current ones and replace it with a new one?
thanks!
Replace....it uses the exact syntax of insert. I don't know abouts its performance but I find it works well :)
http://www.mysql.com/doc/R/E/REPLACE.html
Hopefully thats what you are asking for :)