Concatenation is one thing you need quite often when working with databases and especially when you have to generate some reports. And even as it seems to be a simple problem looking for an easy solution it’s a pithole. The natural way would be to do something like this:
Read More