when dealing with the data of a mysql table, it is encountered that the content stored in a field is as follows:
a:2:{
i:0;
a:2:{i:0;i:0;i:1;s:9:"";}
i:1;
a:2:{i:0;i:0;i:1;s:9:"";}
}
I want to use sql to put forward the names and generate characters such as "Zhu Taiping, Liu Zhongfu" . How can I extract them?
