mySQL: Knowing when to UPDATE and when to INSERT?
- by thedp
Hello,
I'm still quite a mySQL newbie, so I would like to do this right to avoid future mishaps.
What is the right way to detect when do I need to UPDATE an entry in a table or INSERT a new one?
Thank you.