I'm running some queries where i need to return multiple fields of a table in one field as a comma separated string
i'm looking for something along these lines but i'm not sure of the exact code:
SELECT STRINGUP('FIELD1', 'FIELD2', 'FIELD3')NEWFIELDNAME FROM ...
using Oracle SQL Developer
Cheers