select societyTitle,GROUP_CONCAT(id) from t_prod_society_lsh GROUP BY societyTitle
select societyTitle,GROUP_CONCAT(name separator '_') from t_prod_society_lsh GROUP BY societyTitle
select societyTitle,GROUP_CONCAT(name ORDER BY sessionCode desc separator '_') from t_prod_society_lsh GROUP BY societyTitle