View Single Post
  #2  
Old 02-27-2010, 12:51 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Code:
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.
Reply With Quote