I have following MySQL query SELECT employee_id, GROUP_CONCAT(`value` SEPARATOR '') AS 'phone' FROM employee_contacts where channel='phone_dial' or ...
確定! 回上一頁