amend mysql table column en masse
Posted: Fri Feb 24, 2012 8:17 pm
i have a mysql table called 'data' and 2 columns called 'id' and 'name'
there are 100 records where 'id' = "orange"
what i want to do is write some php code that says:
where id="orange" change name to say "hello'"
any ideas greatly appreciated
there are 100 records where 'id' = "orange"
what i want to do is write some php code that says:
where id="orange" change name to say "hello'"
any ideas greatly appreciated