I have a phone book that has fire departments bodies (body_id, body_name)
a table calendar (agenda_id, body_id, address_number)
the issue is some fire departments have several phone numbers.
I do not know how to do it so that it shows me in the following way
SSS Fire Department - 2332111 - 21112 -
I tested with Group Concat but it takes all the records.