I am trying to get a subquery to output a single column multi-record as a single record delimited by something of my choosing. We are converting an Oracle DB. Here is the code with the 'not working' section shown by *:
Select po_vendors.VENDOR_ID, po_vendors.VENDOR_NAME...