View Full Version : Changing an entire column
ryder911
02-27-2010, 12:25 AM
So I am trying to update the start zone on my server. I want all of the columns to be the same location - is there any way to do this other the by hand?
pfyon
02-27-2010, 12:51 AM
update start_zones set start_zone=somezoneid
Since the above does not have a WHERE condition, it will apply it to every row in the table. You'll have to go through and make sure the rest of the columns in that table to make sure that it all works, but that's the syntax you'll need to use.
edit: You need to set somezoneid to whatever zone id you wanted to use.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.