2
I have a Mysql table where I need in a single result fields that are in 3 different columns. I’ll give an example:
Col.A Col.B Col.C
Joaquim Sérgio Ricardo
Ricardo Maria César
Rafael Solange Joaquim
The result must come:
Joaquim, Sérgio, Ricardo, Maria, César, Rafael, Solange
That is, it looks for the result in 3 columns and returns me in one array.
Thank you for the force...