Change all records at once. Update one field with same input mysql
I am trying to change all input for one field of all records though can't
figure it out. Any help is much appreciated.
I was trying to change them by using:
SELECT * FROM `users` SET 'password'='NewPassword';
No comments:
Post a Comment