EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=596)
-   -   Change all values in a table column (https://www.eqemulator.org/forums/showthread.php?t=26898)

chrsschb 12-03-2008 07:11 PM

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.

Andrew80k 12-03-2008 07:44 PM

update table_name set column_name ='some value';

chrsschb 12-03-2008 08:01 PM

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.