R
robc
How do you pad spaces onto a value ? I have 3 columns that need to be
combined into 1 column, however I want the 3 columns to be essentially fixed
width within the column.
The values in the 3 columns may vary in length between 1 and 8 characters.
I want column 1 to start at position 1, column 2 to start at position 11,
and column 3 to start at position 21.
Can this be done in a query ?
combined into 1 column, however I want the 3 columns to be essentially fixed
width within the column.
The values in the 3 columns may vary in length between 1 and 8 characters.
I want column 1 to start at position 1, column 2 to start at position 11,
and column 3 to start at position 21.
Can this be done in a query ?