Prem Soman <[EMAIL PROTECTED]> wrote:
> i want to update every row in the mysql table that
> matches a part of each row in it.
> 
> ie. 
> 
> for example  if a table contains the following rows :
> 
> Pid:    21577
> PPid:   21174
> Uid:    501     
> Gid:    501     
> 
> i want to change the first row to 
> 
> Pid:    30209
> 
> similarly for any row

Sorry, but your explanation is not clear enough for me.
Use UPDATE command to change values:
        http://www.mysql.com/doc/en/UPDATE.html


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to