Quote:
|
Originally Posted by Marcus_A
You can do a select on the table from the CLP and pipe the output to file without headers. The space(s) between columns depends on the column header (column name) length, even though column headings are surpressed with the -x option using the CLP. But the spacing will be fixed for each row, regardless of the data.
|
Hey
Thanks for teh reply but there is a problem. My column is made by concatenating a few strings of columns together. This is working fine except for one thing, for some reason after each row there are a few thousand spaces!?!?!?
Is there a way to limit the width of a column?