MySQL version 5.1.63-cll
Using phpmyadmin to edit
So i have this table ps_layered_price_index
i want to edit/update column:-
price_min AND
price_max
(updating the current value+10)
where column(id_product) = ALL
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to update every row of your table, then you could try something like this :
For a single row :