W wxdqz New Member Aug 21, 2008 #1 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?
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?