Supressing blank spaces [message #373826] |
Mon, 14 May 2001 19:19 |
Tara Kibler
Messages: 2 Registered: May 2001
|
Junior Member |
|
|
I want to output a few rows of data from a table to a file. Right now, I'm just spooling a file and doing 'select * from table' and my output file has a ton of blank spaces in it. How do I supress the blank spaces and only get the data in the output file, with each column delimited by something (space, comma, etc.)?
I have tried formatting the columns, changing the linesize, 'trimming' the rows. I don't know what else to try....
Thanks,
Tara
|
|
|
|