Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Error 1062
I have a single table with Title, First Name, Last Name, Adress 1, etc . When I use the insert/update method and add a title e.g Mr for a second entry I get a error 1062 dupicate entry message?
Thanks………….
Most likely you set the Title field as primary key, or created a unique index on it.
You're right .. I'd done something stupid! …Thanks …..