I have the following:
|ap_pat|ap_mat|pri_nombre|seg_nom|
|Jara |Rios |Luis |ivan |
|lopez |NULL |Jorge |alf |
Concatenating with CONCAT
or CONCAT_WS
gives me a space of more between each data if this NULL
shows it to me like this:
Jara Rios Luis Ivan
Lopez |*| Jorge Alf
You see that the second value shows a space of plus |*|
between ap_pat
and nombre
as I can do so that you omit that space