*

mocody

  • ****
  • 139 posts
  • Only Marketing matters
Update user phone, mysql
« on: July 04, 2021, 10:08:50 PM »
@mb themes
I want to update the entire telephone numbers for the users to one single phone number , how can I achieve that in the phpmyadmin.
thanks

*

MB Themes

Re: Update user phone, mysql
« Reply #1 on: July 06, 2021, 08:03:47 AM »
@mocody
Check this, can help a lot.
https://www.mysqltutorial.org/mysql-update-data.aspx

Code: [Select]
UPDATE [LOW_PRIORITY] [IGNORE] table_name
SET
    column_name1 = expr1,
    column_name2 = expr2,
    ...
[WHERE
    condition];
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots