The MYSQL group_concat () function by default ignores null columns, but does not ignore empty row columns. I have a field of type mediumtext, not null. When I use the group_concat function, the request generates an unwanted ",," this type of value. How can i avoid this? Thank you in advance for your precious time.
source share