group_concat
yxes2013Apr 11 2013 — edited Apr 11 2013Hi all,
what is the equivalent of "GROUP_CONCAT" in mysql to oracle?
as in select group_concat(emp_name) from emp where dept_no='10';
output is 1 row : JUSTIN, HEMANT, BILLY, AMAN, SBT, ASAHI, BLU, ED, FRANK, RP, APC, WHOELSE
ThankS