need to change some values in DB

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
saumya
Forum Contributor
Posts: 193
Joined: Sun Jan 30, 2005 10:21 pm

need to change some values in DB

Post 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? :(
User avatar
andym01480
Forum Contributor
Posts: 390
Joined: Wed Apr 19, 2006 5:01 pm

Post by andym01480 »

Have a look at "update" with a "where" clause
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Post by Mordred »

Post Reply