Change all values in a table column
I'm trying to figure out the mysql command to change all values in a table column.
Basically what I'm trying to do is remove the recommend level / required level from all items. Thanks. |
update table_name set column_name ='some value';
|
That worked perfect thanks!
|
All times are GMT -4. The time now is 08:24 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.