Answer the question
In order to leave comments, you need to log in
How to fix update request?
I want to make an update request, it gives an error, I need to change the data in the entire table when submitting from the form, thanks
UPDATE `users` SET `first_name`=value-1,`last_name`=value-2,`email`=value-3,`facebook`=value-4,`silka`=value-5,`vkon`=value-6 WHERE TABLE_NAME='users'
Answer the question
In order to leave comments, you need to log in
UPDATE `users` SET `first_name`=`first_name`-1 ,`last_name` = 'last_name' -2, `email`=`email`-3,`facebook`=`facebook`-4,`silka`=`silka`-5,`vkon`=`vkon`-6 WHERE 1=1
UPDATE `users` SET `first_name`='value-1',`last_name`='value-2',`email`='value-3',`facebook`='value-4',`silka`='value-5',`vkon`='value-6' WHERE TABLE_NAME='users'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question