Page 1 of 1

need to change some values in DB

Posted: Wed Nov 22, 2006 10:54 am
by saumya
hi guys,
I have mySql DB and have a database with a table having somedata.Now I want to modify a row with new values.Can anybody suggest me what;'s the way of doing it?To insert I use INSERT command, but whats there to modify? :(

Posted: Wed Nov 22, 2006 12:44 pm
by andym01480
Have a look at "update" with a "where" clause

Posted: Wed Nov 22, 2006 12:45 pm
by Mordred