i have one table. table.
application_id comments
------------------------------
1234123412 pancard
1234123412 driving license
1234123412 birth certificate.
0909090909 adharcard
0909090909 ration card
if i select 1234123412 i want the data like this,
pancard,driving license, birth certificate.
how to write the query using stuff .
application_id comments
------------------------------
1234123412 pancard
1234123412 driving license
1234123412 birth certificate.
0909090909 adharcard
0909090909 ration card
if i select 1234123412 i want the data like this,
pancard,driving license, birth certificate.
how to write the query using stuff .
Comment