Hi,
I have a requirement wherein record values need to be displayed as 1 column
The below query returns 4 records.
Select document_id from fnd_attached_documents where pk1_value = '30393'
Present Output is:
Document Id:
9841912
9841914
9841917
9841919
The requirement is to display as shown below:
Document Id:
"9841912","9841914","9841917","9841919"
Please let me know how to achieve this output.
Thanks,
Krishna