MySql – Select a field from all the rows separated by text
In some cases, we have to form a string out of multiple records in the database. For example Consider we are working on a blog site where a post shall have many tags for it, we just need to display all of them under post separated by a space.