I want to do a group concat with multiple columns inside it. This is the query I have(I want to know if it is possible, and if not, what other way can I do this?:
select group.groupname, group_concat(machine.machinename,'--',machine.machineModel) inner join etc....