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!