Please help to how to write the Oracle query to get the result
(in 3 seperate columns) like "abcd 1,5,7 xyz" from below table,I want to include COL3 as a seprate column. Please help
Oracle Database table
======================
col1 | col2 | col3
======================
ABCD 1 xyz
======================
EDF 3 lmn
======================
ABCD 5 xyz
======================
ABCD 7 xyz
======================
Thanks in advance. :)