can i use Distinct with Group_concat and concat_ws on mysql?
I need to remove repeated fields from a concat_ws
The code works, but I have many repeated fields that I don’t know how to filter.
I need to remove repeated fields from a concat_ws
The code works, but I have many repeated fields that I don’t know how to filter.