02/15/2018 at 12:14 pm
#451821
Keymaster
@ David
You’ve have to create a PHP function to do this.
You would the wpdb API to select the phone_numbers field from the primary table.
Then you would loop thru the results unserializing the array data, performing the PHP equivalent of CONCAT, serialize the array and update the row in the database.
Hope this helps!