Quick Merge in MySQL: I wished for this functionality in SQL Server for years. There are so many situations when this would come in handy.
Using the GROUP_CONCAT function though, I no longer need to loop through them. I concatenate the list on the MySQL side, which returns me one record with one field.