I want to change in the PhpMyAdmin the text "pelecard" for all fields that contain this text. the table name is sales_flat_order_payment. How I can do this?
thank you
What is with SQL?
UPDATE sales_flat_order_payment SET method="123"
Then you change all fields to a new value. Without a where clause you change all entries.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With