php_novice2007 Posted August 8, 2007 Share Posted August 8, 2007 Hi, What is the MYSQL command for editing a row with new values (not changing the key...) Thanks~! Quote Link to comment Share on other sites More sharing options...
Barand Posted August 8, 2007 Share Posted August 8, 2007 UPDATE tablename SET cola = 'newvala', colb - 'newvalb' WHERE keycol = 'someval' Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.