I have a table which has approx. 10,000 client records. The table structure look like this:
ClientID | FirstName | LastName | PhoneNumber
I am trying to update the PhoneNumber column with a updated Excel file, which only has two columns, ClientID | PhoneNumber
My cpanel has phpmyadmin installed, but how do I import the excel file into the database and only update the PhoneNumber based on ClientID?
Thank all!