Link to home
Start Free TrialLog in
Avatar of tbawarehouse
tbawarehouse

asked on

Mass editing MySQL database

What would be the proper way to edit a MySQL data table, replacing a value?  

I'm trying to, for instance, replace value "x" under 'post_type' with value "y" without possibly editing other columns.  

If that isn't possible (editing restricted to column) I would still like to know what the appropriate command is to run the REPLACE syntax on the entire table.
SOLUTION
Avatar of Christopher Raymond Mendoza
Christopher Raymond Mendoza

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tbawarehouse
tbawarehouse

ASKER

Found the obvious I didn't see before.