How to use SQL*PLUS to generate a variable length file delimited by comma?
Tom, I am trying to use sql*plus to generate a file look like this: Harry,Jia,410 York Mills Road,,M3A1B9,ON,CA Daniel,Xiang,250 Yonge Street,18 Floor,M3B1W9,ON,CA That is, every column can be shrinkable to the length of its value. If...