You can use "||" to cascate columns or formate.
select columnA || ',' || columnB from table1; you will get strings that made up with "columnA ,columnB".You can use "||" to cascate columns or formate.
select columnA || ',' || columnB from table1; you will get strings that made up with "columnA ,columnB".