What are differences between INSERT and UPDATE in MySQL?

Posted by shin on Stack Overflow See other posts from Stack Overflow or by shin
Published on 2010-01-04T21:51:55Z Indexed on 2010/05/28 7:11 UTC
Read the original article Hit count: 251

Filed under:
|
|
|

It seems INSERT and UPDATE do the same things to me.

Is there any occasions where I should use INSERT instead of UPDATE and vice versa?

© Stack Overflow or respective owner

Related posts about sql

Related posts about mysql