list in jsp - several numbers

0

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.

    
asked by Juan Pablo Sanchez 09.07.2018 в 20:08
source

0 answers