On my system, I have a multi select as they may come in the image below:
AndIdoanexportofthisvariableinthisselect
SELECTREPLACE(p.Argautor,',',';')ASArgautorFROMjud_ProcessospLEFTJOINjud_ComarcascONp.ComarcaId=c.ComarcaIdLEFTJOINjud_MunicipiosmONp.Munautor=m.MunicipioIdINNERJOINjud_EstadoseONe.EstadoId=p.EstadoId
Theresultsofthisvariableareasfollows:
I would like to know if it is possible to separate this column Argautor in several columns, as an example.
When Argautor is = 0 have a column named column0 and only show results that are 0, column1 and show only the results that are 1 and so on, I wonder if this is possible