0
votes
0answers
166 views

Can't UPDATE record with unique key [closed]

Im trying to do an UPDATE statement. UPDATE `users` SET `Email` = 'email@domain.com', `Mobile` = '123456789', `City` = 'Chicago', `Firstname` = 'John', `Lastname` = 'Smith', `DOB` = '1980-01-01', ...