how to replace info on mysql?

wxdqz

New Member
When you add a record to a mysql database you use:

INSERT INTO database VALUES(NULL...
...and all that.

How do you do when you want to CHANGE the info on an existing record knowing its indexed number?
 
Back
Top