View Single Post
  #1  
Old 02-01-2013, 08:08 PM
Disorder
Hill Giant
 
Join Date: Apr 2010
Location: USA
Posts: 133
Default DB change error 1062

Attempting to use command prompt to edit a database table column. I entered this -

Code:
UPDATE char_create_combinations SET start_zone = 58;
The result is
Quote:
Error 1062 <23000>: Duplicate Entry '1-1-396-58' for key 'PRIMARY'

This just a syntax error or am I way off track?

Thanks in advance!
__________________
Disorder
Reply With Quote